The steps for creating basic or vertical forms include:
- Add a role form to the parent <form> element
- Wrap labels and controls in a <div> with class .form-group. This is required to achieve optimum spacing
- Add a class of .form-control to all texturl <input> , <textarea> , and <select> elements