Formidable forms Form ID not recognised - application issue?

Hello everyone @here

Thank you very much for your patience. We’ve just received an update from the dev team.

Please follow the steps in this link to create the webhook connection and the form will then be detected. However, when you reach section 9 in the instructions:

You’ll need to add the form ID in the MAP Data with a key-value pair. Based on the current webhook payload where the issue happens, there is one field named Form ID which is not recognizable, but it should be form_id:

{
  "Form ID": "18",
  "MiddleName": "test",
  "LastName": "test",
  "Email": "tester@maker.com",
  "Phone": "2342-342-342",
  "FirstName": "test"
}
1 Like