Form submit stopped working and errors in javascript console
-
The submission of contact forms has stopped working since upgrade to WP 5.7 and CF7 5.4. Hitting the submit button results in an ever-spinning wheel.
When the page with the form is loaded I see the following errors in the javascript console:
jquery-migrate.min.js?ver=3.3.2:2 JQMIGRATE: Migrate is installed, version 3.3.2 api-fetch.min.js?ver…fc7d6dbd156a44561:2 GET https://xxx/wp-json/contact-form-7/v1/contact-forms/221/refill?_locale=user 403 (Forbidden) api-fetch.min.js?ver…fc7d6dbd156a44561:2 GET https://xxx/wp-admin/admin-ajax.php?action=rest-nonce 400 (Bad Request) index.js?ver=5.4:1 Response {type: "basic", url: "https://xxx/wp-admin/admin-ajax.php?action=rest-nonce", redirected: false, status: 400, ok: false, …}
where xxx is the path to my WP installation
The same error messages are repeated in the JS console when hittinmg the submit button.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Form submit stopped working and errors in javascript console’ is closed to new replies.