-
Notifications
You must be signed in to change notification settings - Fork 0
Forms
brix.io app edited this page Jun 2, 2015
·
12 revisions
#####Forms
Bootstrap provides three types of form layouts:
- Vertical form (default)
- Horizontal form
- Inline form
With Bootstrap grid system you can also create:
- Multicolumn form
######To create multicolumn form with Bootstrap Grid:
Just wrap your form controls (i.e. .form-group, <input>
, <textarea>
, and <select>
) in grid columns.
- create grid with desired number of rows
- add columns
- adjust size of each column and offset when necessary
- inside each column add bootstrap form-group for optimum spacing (or form controls)
- you can nest the input-group inside of the form-group
- remember to change form control default
id
,type
,name
(and so on), according to your needs - add submit button, etc...