Sample Form Layout
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.
Required
Contains an error
Fancy Forms Form bore no more.
This theme includes two new types of forms that are sure to make your app stand out!
They feature simple markup and are to be used exactly like the other form types included in Bootstrap.
Sheet Form
Use sheet forms for simple forms with large fields.
<div class="sheet form-sheet">
<div class="sheet-inner">
...
</div>
</div> Well Form
Put your form in a well and fields will be separated by a fancy divider.
<div class="well form-well"> ... </div>