I have looked a bit more into our issue, and I’ve understood that what I called “the changed ID” is in fact the hash key. The ID of the post is still the same that just the first 7 letters of the hash key that is now show is the listing of form in the website’s backend. But that’s not an issue because I saw that the plugin still check for an ID after checking for the truncated hash key.
I’ve done some more test and here are the results:
For these 3 sites:
https://www.kempergastronomie.com/
https://www.ouessancycles.com/
https://jaouen-patrice.net/
Everything is fine no mater if I use the ID and the truncated hash key.
For this site:
https://optiquelebihan.com/
I still have an issue with the sending. The loader run continuously, and I have 2 errors in the Chrome console.
Here are the errors:
– POST https://www.optiquelebihan.com/wp-json/contact-form-7/v1/contact-forms/95/feedback 500 (Internal Server Error)
– Response?{type: ‘basic’, url: ‘https://www.optiquelebihan.com/wp-json/contact-form-7/v1/contact-forms/95/feedback’, redirected: false, status: 500, ok: false,?…}
-
This reply was modified 7 months, 3 weeks ago by e-ness.