Hi Nate,
The form is now working.
/plugins/mailchimp/js/mailchimp.js
i changed line 23
from: $(‘#mc_signup_submit’).attr(“disabled”,””);
to: $(‘#mc_signup_submit’).removeAttr(“disabled”);
not sure what this disabled is for but with disabled=”” the form didn’t work for me 🙂
Hi Nate,
Thanks for your response. I guess i didn’t explain myself very clearly.
The form works fine if you fill everything correctly for the first time. (nothing to do with non-required fields)
I’ll try to explain again:
Try to refresh the page and hit “Submit” with empty fields. The form will return errors. Now try to fill in one of the required fields and hit “Submit” – nothing happens. Now fill in all required fields and hit “Submit” – nothing happens, so at some point the form breaks. I couldn’t find what breaks the form..