Field Dropdowns
How to create Options
Suppose you have a form input which should be an option(choice), then platform provides you to add options to that input so that users can select an option.
In order to create a property, follow these steps: -
On navigation, under Configure click on Options. You will see list of all the options.
Click on settings icon on top left corner and then click new or just click on the ‘+’ icon on top left corner of the table.
A form appears where you have to provide the following details: -
Collection – name of the collection (table) which belongs to the form / table for which you are creating option(s).
Label – Display value of the option (e.g., New Option).
Value – Actual / Backend value of the option (e.g., new_option).
Field – Name of the form input field for which the option is being created.
Click on ‘create’ button. That’s it, you have created an Option.
Last updated