To display list/menu properties in the Property inspector, select a list or pop-up menu in a form. See also Adding an object to a form.
List/Menu Assigns a name to the control. This field is required, and the name must be unique.
Type Indicates whether the control is a pop-up menu or a scrolling list. For a list, you can set the height of the control (the number of items displayed at once) and indicate whether the user can select multiple items from the list.
List Values Opens the Initial List Values dialog box so you can add items to the list or pop-up menu. Each item in the list has a label (the text that appears in the list) and a value (what is sent to the processing application if the item is selected). If no value is specified, the label is sent to the processing application instead.
Use the plus and minus buttons to add and remove items in the list. Items appear in the order in which they appear in the Initial List Values dialog box. The first item on the list is the selected item when the page is loaded in a browser. Use the up and down arrow buttons to rearrange items in the list.