-1

我的表格没有被提交。它是在 Photoshop 中设计的,后来被编码。但是,如果我删除<div class="form3 clear fix">. 但这会抛出布局。任何帮助表示赞赏。

表格图片:http: //postimg.org/image/j4h64gv59/

<form action="http://www.mywebsite.com/cgi-bin/cgiemail/special/hot.txt" method="post" name="form3" class="form3-form">
    <div class="form3 clearfix">
        <img class=" to_get_started_call_us_or" src="images/to_get_started_call_us_or.png" alt="To Get Started Call Us, or We’ll Call You!" width="183" height="43" title="To Get Started Call Us, or We’ll Call You!" />
        <img class=" line" src="images/line.png" alt="" width="132" height="2" />
        <input name="name" type="text" id="name" placeholder="Name" />
        <input name="email" type="text" id="email" placeholder="Email Address" />
        <input name="phone" type="text" id="phone" placeholder="Phone" />
        <input class="submit" type="submit" name="submit" alt="" value="" />
        <img class=" or_call_1-800-800-8000" src="images/or_call_1-800-800-8000.png" alt="or call 1-800-800-8000" width="165" height="44" title="or call 1-800-800-8000" />
        <div class="white_bar-holder">
            <a href="#" class=" cbbb-badge-horz"><img src="images/cbbb-badge-horz.png" alt="" width="86" height="33" /></a>
        </div>
    </div>
</form>
4

1 回答 1

0

检查与您的页面链接的脚本。可能是存在e.preventDefault(); 特定代码(如果有)的按钮和元素内部<div class="form3 clear fix>阻止<form>提交。

于 2013-07-31T17:17:18.313 回答