Form Validation Not Working
-
I have multiple HTML Forms that use the MC4WP custom integration. They currently send user signups and tags to MailChimp however the form validation is not working. It displays the browser validation rather than the error messages from the plugin. I’ve checked and ensured that I’m following the documentation, I even tried adding custom messages, but nothing works.
Here’s sample markup from one of the forms:
<p> <label for="FNAME"> <input type="text" name="FNAME" placeholder="First name" required id="FNAME"/> </label> </p> <p> <label for="EMAIL"> <input type="email" name="EMAIL" placeholder="Your email address" required id="EMAIL"/> </label> </p> <p class="cbx-wrapper"> <label> <input type="checkbox" name="mc4wp-subscribe" value="1" /><span>Get our monthly newsletter</span> </label> </p> <p> <input type="submit" id="eb_ebook-name" value="Get the eBook" /> </p>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Form Validation Not Working’ is closed to new replies.