Form in waiting mode after submit with Chrome
-
Hello.
When using Google Chrome browser (last version) on Windows 10, and I submit the “Contact Form 7” form with the “Submit” button, there is a black circle at the right of the “Submit” button that is displayed with a dot which is running inside. This never ends and the form is not sent.
It does not happen with the other browsers, except also Opera. But Firefox and Safari are OK.
I have installed the “Really simple captcha” plugin on this form, and also the “WP GDPR Compliance” plugin which adds a little tick to accept the conditions of the site for GDPR compliance.
It is also using WPML plugin for the translation in other languages.When enabling debug mode in Chrome, I can see that when I click on “Submit”, the following page is being requested but with an 500 HTTP error code answer, which means an “internal server” error:
https://my-site.com/en/wp-json/contact-form-7/v1/contact-forms/43/feedbackUnfortunately, the wp-json directory above does not exist at all on my server. Also even the “feedback” link is not present. I don’t even know where to find the “contact-form-7/vs/contact-forms” directory on the server, it does not seem to exist apart of the contact-form-7 plugin directory, but without any “v1” directory in it.
The description of the error in the answer is the following in the debug window:
{code: "wp_die", message: "You are not authorized to perform this action.", data: {status: 500},…} additional_errors: [] code: "wp_die" data: {status: 500} message: "You are not authorized to perform this action."
Again, this happens only under Chrome and Opera which is hard to explain.
Can you please help me figure out the issue?
- The topic ‘Form in waiting mode after submit with Chrome’ is closed to new replies.