Skip to content

Version 2 Docs

Final Bootstrap 4 line. Version 2.3.0 closes the long-standing v2 issue set.

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