I've been having the most AWFUL time integrating MailChimp into a site I'm designing!
The problem is that validation is not working for the embedded subscribe form. Instead of inlining error messages, the form is kicking the user over to the MailChimp signup page to correct errors or confirm list opt in.
I've done a heavy amount of customization to the code, so unfortunately going back to the default is not an option.
Here are the errors I'm getting, but I'm a JS n00b so I don't know what they mean:
Break on Error mce_jQuery is not defined http://cl.ly/251B
I don't think it's an error that can be caught with the console though.
The weird thing is this. If I rip out the custom code and just post the static code from MailChimp it somehow works, but I've copied all the relevant code with important functions and still no dice.
You can view the site live at: http://ranya.net/wp/contact
The MailChimp list signup is in the top right corner sliding dropdown. The relevant scripts are embedded just after div#top_mailing.
Thanks for any help you can offer!