Select List

A Select List is similar to Radio Buttons in that it allows you to get a single response from a user given several choices. For example, if you wanted to know the gender of a user, you could make a Select List.

  1. Click "Select List" in the left menu of the Form builder



  2. Fill-out the specifics:

    Label - What the user see's on your website, ex) Gender
    Name - What you see when editing the form.
    WARNING!- The Name field cannot have any spaces in it or any symbols like -,./.
    Size - leave blank
    Multiple - check this box if you want a visitor to be able to select more than one option.
    Required - check this box if you want a visitor to be required to fill out the Text Box
    Label - What the user see's on your website as a choice
    Value - What you will see when examining the results of the form

  3. Click the blue "Update" button and the form builder will reload with the changes you entered.