2013-07-31 2 views
-1

양식이 제출되지 않습니다. 그것은 포토샵에서 설계되었고 나중에 코딩되었습니다. 그러나 이것은 <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> 
+0

처음에는 양식이 작동해야합니다. 텍스트 상자 중 하나에 포커스가있을 때 Enter 키를 눌러 양식을 제출할 수 있습니까? – ZippyV

+0

어때'' – MightyPork

+0

'.form3'을 정의하는 CSS를 보여줄 수 있습니까? – ZippyV

답변

0

확인합니다. 해당 코드 내의 e.preventDefault(); (있는 경우) 코드 및 <div class="form3 clear fix>의 요소가있을 경우 <form>이 전송되지 않을 수 있습니다.

관련 문제