If you get this error when submitting the contact form:
Failed to load resource: the server responded with a status of 404 (Not Found)
…then this code in the functions.php helped us:
add_filter( 'wpcf7_load_js', '__return_false' );
Dieser Beitrag ist auch verfügbar auf: Deutsch (German)