An option select is a lot like a drop down, but rather than being comprised of a button it’s more like a form field. Option selects are designed primarily for use in web forms, they allow users to select an option from a dropdown list, this data is then usually included within the submission data from a form. The most common example of option select implementation in a web form is selecting a country.

Adding an Option Select
To add an option select to a page, press the D key to enter drop mode, then hit the 0 key to view the Bric library. Using the search field in the Bric library, type option. The brics will be filtered to show only the option select item which will be automatically loaded into the current active drop space.

option-search

Hit the Return key to hide the Bric library and then move the cursor to the area you wish to add the option select and Left Click to set it in place on your page. Take care to exit drop mode by pressing the D key before editing the option selects values.

 
Editing an Option Select
Making sure you are no longer in drop mode, move the cursor over the option select to reveal the hover marker. Once this marker is revealed Left Click and the option select will be activated for editing.

option-select-button

You will now be presented with the option select options on the sidebar menu. Navigate to the button labelled Open Select editor and Left Click it, doing this will open the Select Editor window.

select-editor-window

 
Add and Remove Select Items
Adding and removing select items using the Select Editor is really simple. At the top right of the window there are two buttons, one marked with a symbol and one marked with a + symbol. The button marked with a symbol will remove the currently selected item when Left Clicked and the button marked with a + will add a new item when it is Left Clicked.

select-window-add-remove

 
Edit Select Items
To edit a select item from the Select Editor, simply Left Click the small settings symbol that is located to the far right side of the select item list entry you wish to edit. Doing this will open the selected item details in a popover. Items inside an option select have two main attributes that can be edited, the Title and the Value. The title is the text that will be shown for this item within the option selects list and the value is the data that will be included in the form when it is posted.

select-window-edit