URL query parameters
Pre-populate APIANT form fields using URL query parameters and control visibility of form elements dynamically with 'elementname_visible=false' for a personalized user experience.
Input values
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:
