Validation Styles

Bootstrap includes validation styles for error, warning, and success messages. To use, add .has-warning, .has-error, or .has-success to the parent element. Any .form-control within that element will receive the validation styles

Simple Form Validation

Error List Mode