我找到了一种方法,使这些字段具有html required属性。搜索booking-fields.php
并复制一份添加到此处:your-child-theme\\plugins\\events-manager\\forms\\bookingform\\
, 创建该路径所需的每个文件夹。。。然后在此副本内booking-form.php
编辑代码:
<input type="text" maxlength="50" required name="user_name" id="user_name" class="input" value="<?php if(!empty($_REQUEST[\'user_name\'])) echo esc_attr($_REQUEST[\'user_name\']); ?>" />
您现在有了EM插件的“安全升级”定制。这适用于插件“模板”文件夹中的所有文件/复制到=>
your-child-theme\\plugins\\events-manager\\