Advanced Form Configuration
uiSchema
$options
grid columnOrder
Sometimes you're collecting many fields, but only want to show a handful of the responses list page. This option lets you specific only the columns you want to show in the table.
variables
Variables can be used to take the value entered from one form field and use it to populate another form field. For example, you might want to choose a project from a dropdown where the value is it's ID, and use that ID to pull a list of people on the project in another field.
"variables" is an array objects with the format:
In uiSchema
So you might want to take the value from a field called project
and call it project_id
then send it to the remote url option in the uiSchema for the field, person
External Form Data
Sometimes you might want data brought in from outside sources to populate part of the form's data. In this example, you'll pull in a list of RFIs from a date range.
Last updated
Was this helpful?