Form Elements
General Form
Form controls flavored by Material Design for Bootstrap customizations such as bmd-label-floating
.
Inline Forms
Use the .form-inline
class to to display a series of labels, form controls, and buttons on a single horizontal row. Form controls within inline forms behave differently:
Form controls
Textual form controls—like<input>
s,<select>
s, and <textarea>
s—are styled with the .form-control
class.
Bootstrap Form
Here’s a quick example to demonstrate Bootstrap’s form styles. Keep reading for documentation on required classes, form layout, and more.
Bootstrap Form controls
Textual form controls—like<input>
s,<select>
s, and <textarea>
s—are styled with the .form-control
class.
Horizontal Form
complex layouts can also be created with the grid system.
Column Sizing
Browser Defaults
Input Group
Place one add-on or button on either side of an input. You may also place one on both sides of an input. We do not support multiple form-controls in a single input group and<label >
s must come outside the input group.
Your vanity URL
Multiple Addons And Button Addons
Multiple add-ons are supported and can be mixed with checkbox and radio input versions.