This form demonstrates some of the basic capabilities of the Zapatec AJAX forms.
This demo uses the winxp theme.
The form is a standard HTML form.
You can specify the data types and validation of fields by adding classes to them. See variations on zpForm for the INPUT class.
The form indicates what fields are required. See zpFormRequired for the INPUT class.
The form provides real time feedback on the validation process as the user enters data.
CSS controls the look and feel of the form.
Fields are validated when user moves out of them, and if necessary the form displays error messages.
On submit the form is checked, focus moves to the first field containing an error, and appropriate error messages are displayed. See showErrorsOnSubmit: true AND submitErrorFunc: testErrOutput