Submit button is unresponsive
-
Great plugin!
I’ve used this plugin for years without any issues. Recently, I’ve had an issue that occurs if this plugin is enabled. The issue goes away if I disable this plugin.
The issue is that when I try to submit any CF7 form, even those without any conditional fields, the form will not submit. The submit button doesn’t do anything when I click it. It won’t even display validation messages, such as those indicating that a field is required.
Here are the errors I get when I click the submit button on a CF7 form:
From the error log:
PHP Warning: Undefined array key “_wpcf7cf_hidden_group_fields” in …/wp-content/plugins/cf7-conditional-fields/cf7cf.php on line 193
PHP Warning: Undefined array key “_wpcf7cf_hidden_groups” in …/wp-content/plugins/cf7-conditional-fields/cf7cf.php on line 194
PHP Warning: Undefined array key “_wpcf7cf_visible_groups” in …/wp-content/plugins/cf7-conditional-fields/cf7cf.php on line 195
PHP Fatal error: Uncaught TypeError: array_diff(): Argument #1 ($array) must be of type array, null given in …/wp-content/plugins/cf7-conditional-fields/cf7cf.php:198From the browser console:
XHR POST …/contact-form-7/v1/contact-forms/26109/feedback [HTTP/2 500 Internal Server Error 733ms]
I’m running WordPress 5.6.2, PHP 8.0, CF7 5.3.2, and version 1.9.14 of this plugin.
Any suggestions? Thank you
- The topic ‘Submit button is unresponsive’ is closed to new replies.