Postman CF7 form submit : Spamming or your Javascript is disabled !!
-
Hi. I am trying to submit a Contact Form 7 with Postman.
If Wp Armour is disabled it successfully submits the form with no errors. But, if Wp Armour is active i get the following error:{ "contact_form_id": 3728, "status": "validation_failed", "message": "One or more fields have an error. Please check and try again.", "invalid_fields": [ { "field": "your-name", "message": " Spamming or your Javascript is disabled !!", "idref": null, "error_id": "true-ve-your-name" } ], "posted_data_hash": "", "into": "#true" }
I intend to send a daily
POST
request to my site to check if my form is working (can’t input the url here) like this : https://site.com/wp-json/contact-form-7/v1/contact-forms/3728/feedback
Header:Content-Type: application/json
Body as form data:your-name: Test run 3 your-email: [email protected] your-subject: form daily check your-message: form daily check _wpcf7_unit_tag: true
How to solve this issue ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Postman CF7 form submit : Spamming or your Javascript is disabled !!’ is closed to new replies.