title | id | game |
---|---|---|
Documentation |
docs |
browserquest |
Hyperform is a pure JS implementation of the HTML 5 form validation API.
Add Hyperform to your HTML page:
<script src="https://cdnjs.cloudflare.com/ajax/libs/hyperform/{{site.hf_version}}/hyperform.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hyperform/{{site.hf_version}}/hyperform.css">
Use Hyperform in your Javascript:
var wrapper = hyperform(window);
From now on you are using enhanced HTML 5 form validation. 👍
See running examples that showcase how to elegantly solve common form problems with Hyperform.
💎 Next: Installation – how to get this thing up and running