12345678910111213141516171819202122 |
- <div class="ny_join7">
- <form method="post" id="contact-form" action="<?php echo admin_url('admin-ajax.php'); ?>">
- <ul>
- <h3>感谢您的选择!<p>箭冠汽配连锁的大门为您敞开</p></h3>
- <li><input type="text" id="rename" name="comment_author" required placeholder="请输入您的姓名 * "></li>
- <li><input type="text" id="phone" name="comment_author_phone" required maxlength="11" placeholder="请输入您的电话号码 * "></li>
- <li><input type="text" name="comment_author_email" placeholder="请输入您的电子邮箱"></li>
- <li><input type="text" name="comment_compname" maxlength="250" placeholder="请输入您的主营项目"></li>
- <li>
- <input type="text" name="comment_provinces" placeholder="请输入省份 " maxlength="50" style="width: 267px;height: 45px;">
-
- <input type="text" name="comment_city" placeholder="请输入城市 " maxlength="50" style="width: 268px;height: 45px;float: right;">
- </li>
- <li><input type="text" name="comment_address" maxlength="100" placeholder="请输入您的地址"></li>
- <li><textarea name="comment" maxlength="300" placeholder="留言内容"></textarea></li>
- <input type="hidden" name="action" value="submit_custom_comment">
- <!-- <input type="hidden" name="comment_post_ID" value="367" id="comment_post_ID"> -->
- <input type="hidden" name="comment_author_IP" value="<? echo $_SERVER['REMOTE_ADDR']; ?>" id="comment_author_IP">
- <button type="submit">马上提交</button>
- </ul>
- </form>
- </div>
|