the probleme is indeed with sending mail.
The idea is to let the plugin handle abling/disabling submit button and let contactform7 handle sending mail.
what i did:
1- edit jquery-validation-for-contact-form-7.php and comment line
95 \\wp_enqueue_script(‘jquery-form’);
and
99 \\wp_dequeue_script( ‘contact-form-7’ );
now edit
js/jquery.jvcf7_validation.js
and delete the function this.ajaxForm (not needed).
its just a temporarely solution til the release of a newer version.