Fields Drop Down
How to create new Options
Suppose you have a form input that should be an option(choice), then the platform provides you to add options to that input so that users can select an option.
To create a property, follow these steps: -
On navigation, under Configure, click on Options. You will see a list of all the options.
Click on the settings icon in the top left corner and then click new, or just click on the ‘+’ icon in the 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 the ‘create’ button. That’s it, you have created an Option.
Last updated