We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Include jQuery and Validarium js files:
<script src="jquery.js"></script> <script src="jquery.validarium.js"></script>
Then apply Validarium to the form:
<form> <input type="text" data-rules-required="true" /> .... </form> <script> $(document).ready(function() { $("form").validarium(); }); </script>
That's it. The list of data-rules is at Home.
There was an error while loading. Please reload this page.