Form submitting when input selected!
-
Hi, just added a form via a template and all looks great but as soon as I select an input field (either name or email) the form submits and redirects to 401.
First I have told the form NOT to redirect and second how do I stop it from submitting until I hit the submit button?
Heres the form code…
<h2>Subscribe to our mailing list</h2> <p> <label for="mc4wp_name">Name</label> <input id="mc4wp_name" name="NAME" type="text" placeholder="Your name"> </p> <p> <label for="mc4wp_email">Email Address <span class="asterisk">*</span></label> <input type="email" id="mc4wp_email" name="EMAIL" required placeholder="Your email address" /> </p> <p><input type="submit" value="Subscribe" /></p>Am using the latest plugin version 1.4.8
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Form submitting when input selected!’ is closed to new replies.