Skip to content

Version 1 Docs

For Bootstrap 3 projects.

Quick Start

Include the script, select an input, and attach a rule string.

<script src="bootstrap-validate.js"></script>
<script>
bootstrapValidate('#email', 'email:Enter a valid email address');
</script>

Contents