表单未按“提交”按钮提交

时间:2013-07-31 16:54:22

标签: html forms submit

我的表单未提交。它是在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>

1 个答案:

答案 0 :(得分:0)

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