织梦自定义表单用的最多的就是制作留言板,报名等功能,但是添加的字段不填写就能提交,容易被恶意提交,为了防止这些,我们可以把这些字段选项设定为必填项。
方法如下:
1. 用php验证
在plus/diy.php的第 40行下加
//增加必填字段判断 if($required!=”){ if(preg_match(‘/,/’, $required)) { $requireds = explode(‘,’,$required); foreach($requireds as $field){ if($$field==”){ showMsg(‘带*号的为必填内容,请正确填写’, ‘-1’); exit(); } } }else{ if($required==”){ showMsg(‘带*号的为必填内容,请正确填写’, ‘-1’); exit(); } } } //end |
2.在模版的表单里加<input type=”hidden” name=”required” value=”name,sex” />
value 就是必须字段,多个用“,”隔开。
参考案例分享:
<form action=”/plus/diy.php” enctype=”multipart/form-data” method=”post”> <input type=”hidden” name=”required” value=”name,qq” /> <input type=”hidden” name=”action” value=”post” /> <input type=”hidden” name=”diyid” value=”1″ /> <input type=”hidden” name=”do” value=”2″ /> <table style=”width:97%;” cellpadding=”0″ cellspacing=”1″> <tr> <td align=”right” valign=”top”>姓名:</td> <td><input type=’text’ name=’name’ id=’name’ style=’width:250px’ class=’intxt’ value=” /> </td> </tr> <tr> <td align=”right” valign=”top”>性别:</td> <td><select name=’sex’ style=’width:50px’><option value=’男’>男</option> <option value=’女’>女</option> </select> </td> </tr> <tr> <td align=”right” valign=”top”>电话:</td> <td><input type=’text’ name=’tell’ id=’tell’ style=’width:250px’ class=’intxt’ value=” /> </td> </tr> <tr> <td align=”right” valign=”top”>地址:</td> <td><input type=’text’ name=’add’ id=’add’ style=’width:250px’ class=’intxt’ value=” /> </td> </tr> <tr> <td align=”right” valign=”top”>备注内容:</td> <td><input type=’text’ name=’con’ id=’con’ style=’width:250px; height:100px’ class=’intxt’ value=” /> </td> </tr> <input type=”hidden” name=”dede_fields” value=”name2,text;sex2,select;tell2,text;add,text;con2,text” /> <input type=”hidden” name=”dede_fieldshash” value=”78764e448024ba3607705cbf961ebf3f” /></table> <div align=’center’ style=’height:30px;padding-top:10px; padding-left:130px’> <input type=”submit” name=”submit” value=”提 交” class=’coolbg’ /> <input type=”reset” name=”reset” value=”重 置” class=’coolbg’ /> </div> </form> |
相关阅读:
1. 本站所有资源来源于用户上传和网络,因此不包含技术服务请大家谅解!如有侵权请邮件联系客服!3165260857@qq.com
2. 本站不保证所提供下载的资源的准确性、安全性和完整性,资源仅供下载学习之用!如有链接无法下载、失效或广告,请联系客服处理,有奖励!
3. 您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容资源!如用于商业或者非法用途,与本站无关,一切后果请用户自负!
4. 如果您也有好的资源或教程,您可以投稿发布,成功分享后有站币奖励和额外收入!
三优资源网 » 修改织梦dedecms自定义表单字段为必填项的方法
2. 本站不保证所提供下载的资源的准确性、安全性和完整性,资源仅供下载学习之用!如有链接无法下载、失效或广告,请联系客服处理,有奖励!
3. 您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容资源!如用于商业或者非法用途,与本站无关,一切后果请用户自负!
4. 如果您也有好的资源或教程,您可以投稿发布,成功分享后有站币奖励和额外收入!
三优资源网 » 修改织梦dedecms自定义表单字段为必填项的方法
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 三优资源网