Form Elements

General Forms

Generally forms are the same as Bootstrap forms. Examples and usages of forms can be found at Bootstrap documentation.

Search Forms

search form

HTML

This consists of two visually distinct sections; 1. The search bar .row 2. Filters .row

Note: Don't forget to add form element and action attributes

.selectize

This class is applied to make use of selectize.js plugin.

Last updated