Form Validation
Bootstrap Custom styles
When attempting to submit, you’ll see the
:invalid
and
:valid
styles applied to your form
controls.
Bootstrap Supported elements
Our example forms show native textual
<input>
s above, but form validation
styles
are available for our custom form controls, too.
Validation type
Parsley is a javascript form validation library. It helps you provide your users with feedback on their form submission before sending it to your server.
Range validation
Parsley is a javascript form validation library. It helps you provide your users with feedback on their form submission before sending it to your server.