The solution that worked for me was to add the following line of code to the functions.php of my theme to deactivate the Ajax loading of the form
add_filter( ‘wpcf7_load_js’, ‘__return_false’ );
Hello, I have the same problem.
the theme is Divi and uninstall all non-basic plugins
everything worked fine until recently