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: -

  1. On navigation, under Configure, click on Options. You will see a list of all the options.

  2. 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.

  3. A form appears where you have to provide the following details: -

  4. Collection – name of the collection (table) which belongs to the form/table for which you are creating option(s).

  5. Label – Display value of the option (e.g., New Option).

  6. Value – Actual / Backend value of the option (e.g., new_option).

  7. Field – Name of the form input field for which the option is being created.

  8. Click on the ‘create’ button. That’s it, you have created an Option.

Last updated