Icons can be a great addition to your HTML form. Not only will they make your form look great, they'll help avoid user mistakes. Humans can recognize pictures (like an envelope) much more quickly than they can read words (like "Email").
To add icons to your form, you need to understand how to do 2 things:
A typical Bootstrap form field looks like this:
<div class="form-group">
<label class="control-label" for="email">
Email
</label>
<input class="form-control" id="email ...
© 2014-2020 Pareto Software, LLC | Blog | Bootstrap Form Builder