帝国CMS电脑手机数据同步仿站全套高清视频教程在线观看
软件下载| 会员注册| 会员登陆| 淘宝店铺

大小:15.12 MB
当前版本:V1.0
更新时间:2019.8.1

当前位置: 首页 > 常见问题 > 帝国CMS问题 >
帝国CMS信息反馈表单制作全流程方法及验证码不显示等问题功能详解
发布者:  时间:2020-02-05 23:19:42  已阅读:

帝国CMS信息反馈表单制作全流程方法及验证码不显示等问题功能详解!

第1步:开启反馈表单按钮总开关(如图):



第2步 插件-->管理反馈字段-->把这些字段修改为自己想要的字段名和属性值 (如图):



第3步:







以下是表单form表单里面的代码(粘贴出来给大家参考):

   
<form name='feedback' method='post' enctype='multipart/form-data' action='../../e/enews/index.php'>
<input name='enews' type='hidden' value='AddFeedback'> 
<input type='hidden' name='bid' value='
反馈分类id'>
<input type="hidden" name="ecmsfrom" value="
[!--news.url--]">     <!--本段代码是信息提交后返回的地址, value="[!--news.url--]"    可以自定义-->
       
                
<table border="0" cellspacing="0" cellpadding="0" width="682">
  <tbody>
  <tr>
    <td height="30"> </td>
    <td height="30"> </td>
    <td height="30"> </td>
    <td height="30"> </td>
    <td height="30"> </td>
    <td height="30"> </td></tr>
  <tr>
    <td height="30"> </td>
    <td height="30" colspan="4">
      <h2 style="text-align: center; color: rgb(255, 0, 0); font-weight: bold;">求 租 求 购 登 记</h2></td>
    <td height="30"> </td></tr>
  <tr>
    <td height="20" width="98"> </td>
    <td height="20" width="84"> </td>
    <td height="20" width="71"> </td>
    <td height="20" width="83"> </td>
    <td height="20" width="317"> </td>
    <td height="20" width="29"> </td></tr>
  <tr>
    <td height="40"> </td>
    <td height="40">标 题:                                          </td>
    <td height="40" colspan="3"><input id="textfield" class="bd_bk" name="title" size="66" type="text"></td>
    <td height="40"> </td></tr>
  <tr>
    <td height="40"> </td>
    <td height="40">求租类别:</td>
    <td height="40"><select id="select" class="bd_bk" name="qzlb"><option value="厂房">厂房</option><option value="仓库">仓库</option><option value="土地">土地</option></select></td>
    <td height="40">信息类型:</td>
    <td height="40">
    <select id="select2" class="bd_bk" name="xxlx">
    <option value="求租">求租</option>
    <option value="求购">求购</option>
        
        </select></td>
    <td height="40"> </td></tr>
  <tr>
    <td height="40"> </td>
    <td height="40">求租地区:</td>
    <td height="40" colspan="3"><input id="textfield2" class="bd_bk" name="qzdq" size="25" type="text">
            <span style="color: #999;"> * 请输入你厂房的所在地</span> </td>
    <td height="40"> </td></tr>
  <tr>
    <td height="40"> </td>
    <td height="40">联系人:</td>
    <td height="40" colspan="3"><input id="textfield3" class="bd_bk" name="lxr" size="25" type="text">
            <span style="color: #999;"> * 请输入你的称呼</span> </td>
    <td height="40"> </td></tr>
  <tr>
    <td height="40"> </td>
    <td height="40">联系电话:</td>
    <td height="40" colspan="3"><input id="textfield4" class="bd_bk" name="lxdh" size="25" type="text">
            <span style="color: #999;"> * 请输入你的电话</span> </td>
    <td height="40"> </td></tr>
  <tr>
    <td height="40"> </td>
    <td height="40">求租面积:</td>
<td height="40" colspan="3"><input id="textfield4" class="bd_bk" name="qzmj" size="25" type="text">
  
            <span style="color: #999;"> * 请输入你想求租厂房的面积</span> </td>
    <td height="40"> </td></tr>
  <tr>
    <td height="161"> </td>
    <td>详情信息:</td>
    <td valign="middle" colspan="3" align="left"><br><textarea class="bd_bk" id="textarea" cols="50" rows="10" name="saytext" style="height:160px; padding:5px 5px;"></textarea></td>
    <td height="161"> </td></tr>
  <tr>
    <td height="59"> </td>
    <td>验证码:</td>
    <td valign="middle" colspan="3" align="left">
    
<input name="key" type="text" size="6" class="form-control" id="formKey" placeholder="请输验证码" required="" style="width:100px; height:25px; padding-left:5px;display: inline-block;">
<img src="[!--news.url--]e/ShowKey/?v=feedback" align="absmiddle" id="fbKeyImg" onclick="fbKeyImg.src='[!--news.url--]e/ShowKey/?v=feedback&t='+Math.random()"
title="看不清楚,点击刷新" />&nbsp;&nbsp;<span class="text-info" style="cursor: pointer;" onclick="fbKeyImg.src='[!--news.url--]e/ShowKey/?v=feedback&t='+Math.random()">刷新</span>

   
</td>
    <td height="59"> </td></tr>
    <tr>
    <td height="20"> </td>
    <td> </td>
    <td valign="top" colspan="3" align="left"></td>
    <td height="20"> </td></tr>
  <tr>
    <td height="30"> </td>
    <td> </td>
    <td valign="top" colspan="3" align="left">
      <table border="0" cellspacing="0" cellpadding="0" width="300">
        <tbody>
        <tr>
          <td width="94"> </td>
          <td width="42"><input style="background: rgb(255, 0, 0); width: 70px; height: 27px; color: rgb(255, 255, 255); font-family: "黑体"; font-size: 14px;" id="button" class="bd_bk" name="submit" value="提 交" type="submit"></td>
          <td width="26"> </td>
          <td width="26"> </td>
          <td width="112"><input style="background: rgb(255, 0, 0); width: 70px; height: 27px; color: rgb(255, 255, 255); font-family: "黑体"; font-size: 14px;" id="button2" class="bd_bk" name="button2" value="重 写" type="reset"></td></tr></tbody></table></td>
    <td height="30"> </td></tr>
  <tr>
    <td height="30"> </td>
    <td> </td>
    <td valign="top" colspan="3" align="left"></td>
    <td height="30"> </td></tr>
  <tr>
    <td height="30"> </td>
    <td colspan="4"><p style="line-height:25px; color:#F00;"></p><p style="line-height:25px; color:#F00;">温馨提示:亲爱的租客你好,提交表单请填写完整的信息,你的表单提交后,我们</p>
      <p style="line-height:25px; color:#F00;">的工作人员会按照你的要求进行查找你想的厂房信息,第一时间和你取得联系,请</p>
      <p style="line-height:25px; color:#F00;">保持你的电话畅通。</p></td>
    <td height="30"> </td>
  </tr>
  </tbody>
</table>
 </form> 


以下图片就是上图的所有代码的页面效果图:  

测试地址:http://www.pcxcf.com/qzfb/       大家可以去这个上面去测试提交一下数据试试效果



相关新闻