429 (Too Many Requests)
-
I have a custom-built contact form at the bottom of the page. When I submit the form twice in a row, it works — the data is submitted and any errors are shown correctly. However, on the third attempt, a console error appears, and the submit button stops working for a long period. After a few hours, the same issue happens again.
Error:
tccl-tti.min.js:1
POST https://domain.com/wp-json/contact-form-7/v1/contact-forms/837/feedback 429 (Too Many Requests)
- Response {type: ‘basic’, url: ‘https://domain.com/wp-json/contact-form-7/v1/contact-forms/837/feedback’, redirected: false, status: 429, ok: false, …}
- body: (…)
- bodyUsed: false
- headers: Headers {}
- ok: false
- redirected: false
- status: 429
- statusText: “”
- type: “basic”
- url: “https://domain.com/wp-json/contact-form-7/v1/contact-forms/837/feedback”
- Prototype: Response
The page I need help with: [log in to see the link]
- Response {type: ‘basic’, url: ‘https://domain.com/wp-json/contact-form-7/v1/contact-forms/837/feedback’, redirected: false, status: 429, ok: false, …}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.