Insert Select
Previous Topic  Next Topic 

 Select: This will allow for mutliple select of options. The user will be able to         choose from a selection of options. To choose multiple options, the user                      can hold down the control key and click on the option of their choosing. To insert a select, click the   button located on the edit menu.

Name: If desired, the name attribute will place a name to the left of the                    select.

Values: Mutliple options can be inputted for user selection. If multiple                      options are desired to be inputted, only one selction per line may be                           inputted. 

(For example: The following is how your values should be inputted when you insert a Select onto your form.)

Value1

Value2

Value3

....

 

PLEASE NOTE THAT THIS IS A FORM ELEMENT, AND THEREFORE IT CAN ONLY BE INSERTED ONTO YOUR PAGE AFTER A FORM HAS BEEN SUCCESSFULLY ADDED TO YOUR PAGE!