commentFormMini.php 1.7 KB

123456789101112131415161718192021222324
  1. <div class="w1200 msg">
  2. <h3>选择赢未来<p>今天的加盟就是明天辉煌的起点</p></h3>
  3. <form method="post" id="contact-form" action="<?php echo admin_url('admin-ajax.php'); ?>">
  4. <ul>
  5. <li class="rename"><span><em>*</em> 联系人:</span><input id="rename" type="text" required name="comment_author" maxlength="30" placeholder=" 请输入姓名 "></li>
  6. <li class="tel"><span><em>*</em> 联系电话:</span><input id="phone" type="number" required name="comment_author_phone" maxlength="11" placeholder=" 请输入电话号码 "></li>
  7. <li class="addr">
  8. <span>加盟地区:</span>
  9. <input type="text" name="comment_provinces" maxlength="50" placeholder=" 请输入省份 ">
  10. <input type="text" name="comment_city" maxlength="50" placeholder=" 请输入城市 " style="margin: 0px 16px;">
  11. <input type="text" name="comment_area" maxlength="50" placeholder=" 请输入区域 ">
  12. </li>
  13. <!-- <li class="company">
  14. <span>主营项目:</span>
  15. <input type="text" name="comment_compname" maxlength="300" placeholder=" 请输入主营项目 ">
  16. </li> -->
  17. <li class="text"><span>备注留言:</span><textarea name="comment" maxlength="300" placeholder="请输入留言信息(最多300字符) "></textarea></li>
  18. <input type="hidden" name="action" value="submit_custom_comment">
  19. <input type="hidden" name="comment_post_ID" value="367" id="comment_post_ID">
  20. <input type="hidden" name="comment_author_IP" value="<? echo $_SERVER['REMOTE_ADDR']; ?>" id="comment_author_IP">
  21. <li class="btn"><button type="submit">马上提交</button></li>
  22. </ul>
  23. </form>
  24. </div>