This form demonstrates some of the basic capabilities of the southprojects AJAX forms.
This demo uses the winxp2 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 spform for the INPUT class.
The form indicates which fields are required. See spformRequired 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 the 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 messasges are displayed. See showErrorsOnSubmit: true AND submitErrorFunc: testErrOutput