How do I define text field as required (with red border) in Twitter Bootstrap 3?
required=\"required\" doesn\'t work...
required=\"required\"
Check out native HTML5 form validation:
http://www.the-art-of-web.com/html/html5-form-validation/