Skip to content

Version 3 Docs

Planned complete refactor for Bootstrap 5.

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