Designer How-to's
How to set up a dropdown list that references a list on the form
End Result: Options in the dropdown list will be what you have added to a particular field in the rows of an array Add your array to the form and add the required fields into the array. For this example, we’ll create an array named “serial-array” ...
How to pull Data Table values into your Form
Automatically populate data table values into form fields You can incorporate values from data tables directly into your form using array controls (Lists, Grids, Tables, etc.). To start, add an array control to your form. The most commonly used field ...
How to use the Quick-Edit Menu (Shift & Click shortcut)
The Quick Edit Menu offers convenient access to common controls, simplifying your form-building experience. Each time you add a new field to your form, remember to utilize the Quick Edit Menu to set the essential Name and Label for that element. ...