from what I understand it’s to do with the javascipt run by a couple of other plug-ins
I had to disable the script for contact form 7 by inserting the following code into the wp-config.php file
define ('WPCF7_LOAD_JS', false );
it worked great
but now I am running into the exact same problem with nextgen gallery. Does someone know how to fix that??