This is a simple plugin for validate form using html5 with bootstrap.
Required: jQuery Library
-
Paste the following code into the section of your site's HTML.
<script src="scripts/form.validation.js"></script>
-
activate validation via JavaScript:
$("form").html5validate();