Question

I'm using a mailchimp embed code on to generate a pop-up newsletter signup form. I'm not sure where I'm going wrong. I've styled the form and hidden some fields.

Now that its completed it looks like the form submit button won't submit. Any ideas, I've read a number questions and tried to troubleshoot to no avail. I haven't picked up any errors in firebug. I think the problem might be css related.

You can view the form on the site , it pops up after a few seconds. Site address is http://www.truechase.co.za. Any ideas would be appreciated. Thanks in advance.

Was it helpful?

Solution

I've styled the form and hidden some fields.

Well there (most likely) is your problem :-) Those fields are probably required by MailChimp, but because you are hiding them with display:none they aren't submitting.

Check out this Stack Overflow question for how you can hide the fields without losing them when you submit:

Submit form fields inside display:none element

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top