<input type="hidden" name="diyid" value="1" />
        }
</td>

参考案例分享:

 
<input type="hidden" name="dede_fields" value="name2,text;sex2,select;tell2,text;add,text;con2,text" />
</td>

方法如下:

<input type="hidden" name="dede_fieldshash" value="78764e448024ba3607705cbf961ebf3f" /></table>
        $requireds = explode(',',$required);

织梦DedeCMS提交自定义表单加入验证码功能

            if($$field==''){
//end

</tr>
</td>
            exit();
  <td align="right" valign="top">电话:</td>
<input type="hidden" name="action" value="post" />
<input type="hidden" name="do" value="2" />
    {
&nbsp;
        if($required==''){
    }else{
        }
<table style="width:97%;" cellpadding="0" cellspacing="1">
</select>
            showMsg('带*号的为必填内容,请正确填写', '-1');
<tr>

<div>

<tr>
  <td><input type='text'  value='' />
</td>
  <td align="right" valign="top">备注内容:</td>

<input type="submit" name="submit" value="提 交" />

plus/diy.php的第 40行下加 
if($required!=''){
            }
  <td><select><option value='男'>男</option>
</div>

1. 用php验证

<input type="reset" name="reset" value="重 置" />
if(preg_match('/,/', $required))

2.在模版的表单里加<input type="hidden" name="required" value="name,sex" />

}
</td>
</tr>
<tr>
  <td align="right" valign="top">姓名:</td>
  <td><input type='text'  value='' />
                showMsg('带*号的为必填内容,请正确填写', '-1');

相关阅读:

        foreach($requireds as $field){

//增加必填字段判断
  <td><input type='text'  value='' />
</tr>
                exit();

  <td align="right" valign="top">地址:</td>
</tr>
<tr>

value 就是必须字段,百度,多个用“,”隔开。

  <td align="right" valign="top">性别:</td>
<option value='女'>女</option>
<input type="hidden" name="required" value="name,qq" />
</form>

<form action="/plus/diy.php" enctype="multipart/form-data" method="post">
<tr>
    }

织梦自定义表单用的最多的就是制作留言板,报名等功能,但是添加的字段不填写就能提交,360好搜,容易被恶意提交,百度,为了防止这些,我们可以把这些字段选项设定为必填项。

  <td><input type='text'  value='' />
</tr>