Add a drop-down list
A drop-down in the app form is displayed as follows:
To add a drop-down field to the form in your app, follow the steps:
-
Add a Combo node inside the Form node.
-
Add the list of options to choose from in the List values field. The format of the list items can be:
-
As shown in the mobile app interface:
Monday Tuesday Wednesday
-
In the "Key=Value" format, where the Key is sent in the node's transactions, and Value is displayed in the user interface:
MON=Monday TUE=Tuesday WED=Wednesday
-
-
Tick Required if you want to make the selection mandatory. In this case, the user must choose a value from the list.
Note:In the required drop-down, the first item in the list is always a non-selectable instruction text, for example, "Choose the item from the list".
Please choose the day MON=Monday TUE=Tuesday WED=Wednesday