Form Endpoints
Using Custom Forms
Nathan Berrios
Last Update 3 jaar geleden
To collect data with the Form Endpoint just copy the URL and change your landing page's form ACTION url or point a Webhook to this URL. Just take into account two things:
- The field alias of each field should be equal to the field name of your form.
- If your POST request has an associative array format, you can use a Dot Notation.
For example, Elementor Forms sends webhooks as associative arrays with this format:
So, instead of using the alias: 'name', we need to use the dot notation. For this example, to capture "John" we need to use the following alias: fields.name.value.