帝国cms 【反馈案例】 代码

 1 <form name='feedback' method='post' enctype='multipart/form-data' action='/e/enews/index.php' onsubmit="return submitform(this);">
 2        <input name='enews' type='hidden' value='AddFeedback'>必须有的
 3        <ul class="inMsgList">
 4           <li>
 5             <h5>您的姓名:h5>
 6             <input name="title" type="text" />
 7           li>
 8           <li>
 9             <h5 height="30" align="right">电话号码:h5>
10               <input size="20" type="text" name="mycall" onKeyUp="value=value.replace(/D+/g,'')" />
11           li>
12            <li>
13             <h5>联系QQ:h5>
14             <input name="qq" type="text" />
15           li>
16           <li>
17             <h5>电子邮箱:h5>
18             <input type="text" name="email" id="emailid" />
19           li>
20           <li>
21             <h5>咨询内容:h5>
22             <textarea name="saytext" cols="50" rows="10">textarea>
23           li>
24              <li style="clear:both;margin-top:17px;">
25          <input type="hidden" value="1" name="bid" />   必须有的
26              <input type="hidden" name="ecmsfrom" value="/e/tool/gbook/?bid=1">
27                  <input type="submit" class="inMBtn" value="提交"  />
28             li>
29           tr>
30         ul>
31        form>

 

你可能感兴趣的:(帝国cms 【反馈案例】 代码)