Where can we see the website in question?
Could this be the same issue as in https://ww.wp.xz.cn/support/topic/form-wont-send-endless-loading-circle-2/ ? Open the browser’s JS console before sending the form and see what it says when sending.
I am having the same issue. Also, I should add that I can submit the form when logged in as an admin, but anyone not logged in has not been able to submit:
https://www.lechase.com/contact/
-
This reply was modified 2 years, 5 months ago by
jjr4650.
In this case I’m getting a status code 401:
Response { type: “basic”, url: “https://www.lechase.com/wp-json/contact-form-7/v1/contact-forms/16/feedback”, redirected: false, status: 401, ok: false, statusText: “”, headers: Headers(20), body: ReadableStream, bodyUsed: false }
index.js:1:7005
This might explain why it works if logged in. If you try to access the above URL you’ll see the JSON response code and message. This seems to indicate that there is an issue with WordPress’ REST API. I’m not experienced enough with this to know off the top of my head how to solve this but this at least gives a hint.
Do you have any REST API related plugins installed?
Thanks for the help, I searched but I cant found how to fix it. I trying deactiviting plugins and it works ok when Wp Rocket is off. I will try to roll back or wait until they fixed.
@10010110 @jjr4650 @josepal101
This is downingdesign’s topic. Please do not hijack others’ topics. Open a new topic if you look for support.