Description
The Form'n'Field plug-in lets you handle a form with its fields and access its typed values, detect changes, validate and cancel it.
First create a set of usual HTML input fields. They may be grouped into a FORM tag but it is not mandatory. Each field must have its identifier.
Then call jQuery.iForm.create(formName, settings) that binds all the events and methods.
See also: Custom data types, Custom input types