Forms
Examples and usage guidelines for form control styles, layout options, and custom components for creating a wide variety of forms with the help of Bootstrap Forms.
Overview
Bootstrap's form controls expand on Bootstrap Rebooted form styles with classes. Use these classes to opt into their customized displays for a more consistent rendering across browsers and devices.
Be sure to use an appropriate type
attribute on all inputs (e.g., email
for
email address or number
for numerical information) to take advantage of newer input
controls like email verification, number selection, and more.
For more information, see Bootstrap Forms
Here's a quick example to demonstrate Bootstrap's form styles. Keep reading for documentation on required classes, form layout, and more.
Form controls
Textual form controls—like <input>
s, <select>
s, and <textarea>
s—are
styled with the .form-control
class. Included are styles for general appearance, focus
state, sizing, and more.
Be sure to explore our custom forms to further style
<select>
s.
For file inputs, swap the .form-control
for .form-control-file
.
Custom range input
Input Group
Use .input-group-prepend
and .input-group-append
into .input-group
Merge styles
Use .input-group-merge
with .input-group-prepend-merge
and .input-group-append-merge
for icons and image-icons
Use additional .input-group-merge .input-group-merge-btn
with .input-group
Input group sizing
Set heights using classes like .form-control-lg
and .form-control-sm
.
Inline custom checkbox and radios
Group checkboxes or radios on the same horizontal row by adding .form-check-inline
to
any .form-check
.
Validation states
For more inforamation about form validation your can read on Validation page