I had the most AWFUL time integrating MailChimp into the site that I am developing!
The problem is that validation does not work for the inline subscription form. Instead of inserting error messages, the form sends the user to the MailChimp registration page to correct errors or confirm the selection.
I made a large number of settings for the code, so, unfortunately, returning to the default is not an option.
Here are the errors that I get, but I'm JS n00b, so I don't know what they mean:
Error passing mce_jQuery not defined:

I do not think that this is a mistake that can be caught using the console.
This is strange. If I rip out the user code and just send the static code from MailChimp, it somehow works, but I copied all the relevant code with important functions and still not cubes.
You can view the site live: http://ranya.net/wp/contact
Registering the MailChimp list is in the drop-down list of the upper right corner. Corresponding scripts are embedded right after div # top_mailing.
javascript debugging conflict mailchimp
Brian
source share