How do I define text field as required (with red border) in Twitter Bootstrap 3?
required=\"required\" doesn\'t work...
required=\"required\"
Use 'needs-validation' apart from form-group, it will work.