html - Form is not getting submitted on pressing Submit button -


my form not getting submitted. designed in photoshop , later coded. works if remove <div class="form3 clear fix">. throws layout out. appreciated.

image of form: 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 started call us, or we’ll call you!" width="183" height="43" title="to 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> 

check scripts linked page. may presence of code e.preventdefault(); (if any) buttons , elements inside particular <div class="form3 clear fix> prevents <form> submitting.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -