Im having an issue with the error messages when I sign up a form without filling out any of the input boxes for Name and Email. It works fine on my desktop, just not mobile.
My website is setup in Reading Settings as a a static page with Front page being Home and Posts page being blog.
When I add this shortcode on the home page:
[newsletter_form]
It works fine with a popup that says “The email is not correct” with a close link.
When I add this shortcode on the same page:
[newsletter_form]
[newsletter_field name="first_name"]
[newsletter_field name="email"]
[/newsletter_form]
It goes to a blank page that says “Wrong email”.
Can anyone help?
Also how do I add value=“name” or value=“email” to the shortcodes so I don’t have the labels on top input box? And how do I validate that the user needs to fill out their name?