Yes @buzztone I disabled all plugins and switched to the standard wpress theme. The form worked. I activated each plugin one by one and tested each activation. The form worked. The issue appears to be coming from the theme I use which is called – Bridge. I have older Bridge version websites with the same CF7 forms working fine, with redirection. I’ve ticketed the QODE developers and will see what they say. Incredibly frustrating though
hi @capiedge – yes I tried this by updating the wp-config-file-7.php file in the plugins folder and simply modifying this line define( ‘WPCF7_LOAD_JS’, true ); to become define( ‘WPCF7_LOAD_JS’, false );
This enables the form data to be submitted, and I receive the email, but any redirection to a thank you page then does not work and I can’t track the form submissions via analytics. Which is an issue for me.
I need the redirect to work as well if at all possible. Does anyone else know of a solution?