bootstrap form email code example

Example 1: bootstrap file upload

Example 2: bootstrap forms

Example of .form-group
.form-control Use this class to style all textual form controls such as user input, titles, etc.
.form-control-file Add this class whenever you need to provide the user with an option to upload a file to the form. .form-control-lg and .form-control-sm. Create a visual hierarchy within your form by adding .form-control-lg to make bigger input areas and .form-control-sm to make smaller ones.

Example 3: bootstrap horizontal form


  
Radios
Checkbox

Tags:

Misc Example