Form Endpoints

Using Custom Forms

Nathan Berrios

Last Update 2 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:


  1. The field alias of each field should be equal to the field name of your form.
  2. 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.

Was this article helpful?

1 out of 1 liked this article

Still need help? Message Us