帝国cms 【反馈案例】 代码
复制代码
<form name='feedback' method='post' enctype='multipart/form-data' action='/e/enews/index.php' onsubmit="return submitform(this);">
<input name='enews' type='hidden' value='AddFeedback'>必须有的
<ul class="inMsgList">
<li>
<h5>您的姓名:</h5>
<input name="title" type="text" />
</li>
<li>
<h5 height="30" align="right">电话号码:</h5>
<input size="20" type="text" name="mycall" onKeyUp="value=value.replace(/D+/g,'')" />
</li>
<li>
<h5>联系QQ:</h5>
<input name="qq" type="text" />
</li>
<li>
<h5>电子邮箱:</h5>
<input type="text" name="email" id="emailid" />
</li>
<li>
<h5>咨询内容:</h5>
<textarea name="saytext" cols="50" rows="10"></textarea>
</li>
<li style="clear:both;margin-top:17px;">
<input type="hidden" value="1" name="bid" /> 必须有的
<input type="hidden" name="ecmsfrom" value="/e/tool/gbook/?bid=1">
<input type="submit" class="inMBtn" value="提交" />
</li>
</tr>
</ul>
</form>