Infinite loading (and workaround)
-
Hi,
We’re getting infinite loading (with spinning disc) on one of our sites when someone tries to submit an email. We have found that a workaround is to change one line in wp-contact-form-7.php from:
define( ‘WPCF7_LOAD_JS’, true );
to
define( ‘WPCF7_LOAD_JS’, false );
and then it all works. We’re currently using:
WP 5.7.2
PHP 7.4.20
CF7 5.4.2and a large number of other plugins. We realise that the official advice is to turn off all plugins and and then turn them on one by one to debug the issue, but this is not an option for us as this site has to stay up. We also see no error messages in WP’s debug log. We’d be interested to know if anyone who has had the same experience was able to get a fix that dispensed with the workaround above. Thanks.
The page I need help with: [log in to see the link]
- The topic ‘Infinite loading (and workaround)’ is closed to new replies.