Documentation
Welcome to Hyperform’s documentation!
Hyperform is a pure JS implementation of the HTML 5 form validation API.
Quick Start
Add Hyperform to your HTML page:
<script src="https://cdnjs.cloudflare.com/ajax/libs/hyperform/0.12.1/hyperform.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hyperform/0.12.1/hyperform.css">
Use Hyperform in your Javascript:
var wrapper = hyperform(window);
From now on you are using enhanced HTML 5 form validation.
Examples
See running examples that showcase how to elegantly solve common form problems with Hyperform.
Next: Installation – how to get this thing up and running