List Box Fields are used to allow users to make selections from a list of items that you create. A possible use would be for selecting a color for a product that are only made in certain colors. You can set up the list box field to allow only one or multiple selections at a time.
Description: Any text in this field will show up next to your list box field on the form.
Alignment: You can choose to left, center, or right align the text from the description field.
Fill Whole Row: If you select yes, your description text will be on its own line, causing your list box field to appear below the description.
Values: This is were you enter the items that you want displayed in you list box field. To add an item, enter it in the text field and click the right arrow. To remove an item, select it in the list box field and click the left arrow. To move an item up or down in the list, select it in the list box field and click to move it up or down.
Default Selected: Using this drop down box, you can choose which of your items will be selected by default.
The Advanced Configurations of the list box field are best used if you know how to program. Our Customer Support may help in some areas, but we do not directly support the programming and suggest that you learn as much as you can prior to using these configurations.
Field Name: This is the name of your list box field. This could be useful to know if you are using JavaScript programming with your form.
Onclick: The onclick feature is not available to the list box field.
Onfocus: Occurs when a user clicks or tabs into the list box field. This can be useful in JavaScript programming.
Onblur: Occurs when a user clicks or tabs out of the list box field. This can be useful in JavaScript programming.
Onchange: Occurs when a user changes the value in the list box field. This can be useful in JavaScript programming.
Size: This refers to the number of options you want to be able to see at a time. If no size is entered, a drop down list box field will be added to the form.
Multiple Select: If yes is selected, users are allowed to select multiple items in the list box field using the control and shift keys. This feature is not available for drop down list boxes.
Insert Blank Line: Select this box to insert a blank line after the list box field.