Drop-Down Menu Properties dialog box
Develop > Form > Form field > Insert Drop-Down Menu
A drop-down menu is used in a form to allow a user to select an item from a list.
Name
Enter a name for the drop-down menu. The name is used to distinguish this field from other fields in the same form.
Add
Click the Add button to open the Drop-Down Menu Setting dialog box, where you can add an item to the menu by entering a name and value. Check the Selected check box if you want this item to be selected initially.
Modify
Click to edit the selected menu item.
Remove
Deletes the selected item.
Up
Moves the selected item up one position in the menu.
Down
Moves the selected item down one position in the menu.
Height
Specify the height of the menu in number of lines. If a number greater than 1 is entered, the menu becomes a list box rather than a drop-down menu. If the height of a list box is smaller than the number of items, a scroll bar will appear at the right side of the list box.
Allow multiple selections
Choose whether to allow selection of more than one item in the menu. This option only works if the menu is a list box. If the menu height is set as 1, enabling this option turns the drop-down menu into a one-line-high list box.
Style
Click to attach a CSS style to the button using the Style dialog box.