Hey Rosa,
Thanks for reaching out to us.
I saw the 2 forms on your website. From responsive, I assume you mean you want the top form to display on the same line on a larger screen and then stack the fields on top of each other on smaller screens? If that is the case, then please edit the form code and remove the <p> tags around the fields. Once this is done, let us know so we can check again and see if any additional CSS code is required.
Hi Harish,
I think the word I chose was a bit confusing. I didn’t mean responsive from a mobile point of view, I actually meant that the button does not respond – nothing happens when I click to sign-up with a test email address, even when I’m logged out of the website.
Thanks,
Rosa
Plugin Contributor
Lap
(@lapzor)
Hoi Rosa,
The issue is caused by your theme hiding anything that has
<label> tags around it </label>
And the “agree to to terms/Ik ga akkoord met het privacybeleid” checkbox that you added to the form and that is required to be checked is thus hidden by the theme.
Please go to MailChimp for WP > Form > Fields and remove <label> and </label> tags around that checkbox.
Hope that helps. If you have any questions, please let me know!
Groetjes,
Hi, dank je wel!! That fixed the problem! I would never have thought of it myself.