Last Updated: Feb 14, 2022
Using this feature, you can automatically populate field values in the form. This helps the user to quickly fill the form.
In the Flight Search Form, the list of International Airports is automatically populated in the Origin and Destination fields, so that the user easily chooses the values from the list.
You can set Auto-population for fields by selecting the lookup table and the key column for the lookup table.
We also have the feature of auto-populating a field based on the dependent field in the form.
Using conditions, you can auto-populate values in a field by passing the form variables of the dependent field.
To populate only the States within the country that is selected in the Country field of the form, you can add specific conditions.
Set the condition as Country = Address.Country.
Here Address is the inline table of Customer Details table.
If Limit rows by is set to 5, then only 5 States will be populated in the State field.
If Order by Column is set to Country and Order by Type is set to Ascending, then the values populated in the State field will be ordered by Country in Ascending order.
Auto-population for inline-table columns works the same way as parent table columns.