Bug in REST API endpoint prevents forms submission
-
In 4.8.1, there is an error in the URL where the plugin tries to submit the form:
/wp-json/contact-form-7/v1contact-form-7/v1/contact-forms/XXX/feedback
Where in version 4.8 (that worked) the URL looks like this:
/wp-json/contact-form-7/v1/contact-forms/XXX/feedback
As you can see, there is additional “v1contact-form-7” part of the URL that causes a problem.
I think we need to wait for 4.8.2 that will fix this bug.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Bug in REST API endpoint prevents forms submission’ is closed to new replies.