• Resolved iontulburedev

    (@iontulburedev)


    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)
  • Thread Starter iontulburedev

    (@iontulburedev)

    @dnesscarkey Is there any workaround for this matter ?

    Plugin Author Dnesscarkey

    (@dnesscarkey)

    Hi,

    I am really sorry but our plugin will not work POSTMAN or such related tools. Our plugins adds fields to the form to check for spam. So you need to add those field from Post man with value. But those field name and value are dynamic and won’t remain same.

    Thanks

    Thread Starter iontulburedev

    (@iontulburedev)

    @dnesscarkey Maybe you can add a way to allow form submissions from tools like Postman ??

    Thread Starter iontulburedev

    (@iontulburedev)

    @dnesscarkey Also it seems like plugin is blockin wp_remote_post requests. I need to test my form daily and it fails due to Wp Armour being active…

    Plugin Author Dnesscarkey

    (@dnesscarkey)

    Hi,

    That won’t be possible as this will decrease our plugin effectiveness.

    Also, even if you are using wp_remote_post?while trying to submit the form, it won’t work as for submission to pass those extra added fields but our plugin is needed.

    Thanks

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.