Note that there are some explanatory texts on larger screens.

plurals
  1. POForm is not getting submitted on pressing Submit button
    text
    copied!<p>My form is not getting submitted. It was designed in Photoshop and later coded. But this works if I remove <code>&lt;div class="form3 clear fix"&gt;</code>. But this throws the layout out. Any help is appreciated.</p> <p>Image of form: <a href="http://postimg.org/image/j4h64gv59/" rel="nofollow">http://postimg.org/image/j4h64gv59/</a></p> <pre><code>&lt;form action="http://www.mywebsite.com/cgi-bin/cgiemail/special/hot.txt" method="post" name="form3" class="form3-form"&gt; &lt;div class="form3 clearfix"&gt; &lt;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!" /&gt; &lt;img class=" line" src="images/line.png" alt="" width="132" height="2" /&gt; &lt;input name="name" type="text" id="name" placeholder="Name" /&gt; &lt;input name="email" type="text" id="email" placeholder="Email Address" /&gt; &lt;input name="phone" type="text" id="phone" placeholder="Phone" /&gt; &lt;input class="submit" type="submit" name="submit" alt="" value="" /&gt; &lt;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" /&gt; &lt;div class="white_bar-holder"&gt; &lt;a href="#" class=" cbbb-badge-horz"&gt;&lt;img src="images/cbbb-badge-horz.png" alt="" width="86" height="33" /&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;/form&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload