I had a developer look at it. He said there was a java script conflict that was blocking the submission. He blocked cf7 from sending messages via javascript and it worked:
//Change
define( ‘WPCF7_LOAD_JS’, true);
//To
define( ‘WPCF7_LOAD_JS’, false);
//
In the contact form 7 editor