Automation Editor
...
Building Automations
Forms Overview
URL query parameters
3min
Forms can be pre-populated with input data via URL query parameters.
For example, this form has an input named "Username":
Supplying a query parameter of the same name causes the value to appear when the form loads:
This works for both standalone and embedded forms.
For action forms, supplied URL query parameter element values will override any mapped input data provided in the form's field mappings within the automation.
Form UI elements can be hidden by supplying URL query parameters of the form "elementname_visible=false", where 'elementname' is the name of the UI element in the form design:
Updated 28 Nov 2023
Did this page help you?