|
Forms - Complex
Forms are used to collect user information. A Complex Form
does includes Complex Verification of
field data and there can be any number of fields. Complex Verification checks
that data has been entered in a required field and verifies that required data,
like a phone number is all numbers; or that a date is a valid date; etc.
NOTE: The validation techniques used in this form are done with client-side JavaScript which is not fool proof. Just one example: If the user has disabled JavaScript in their browser the validation will not work. Thus, server-side validation (which works all of the time) is the best method for form validation. Design Elements: HTML, Complex Form with Complex Verification, CSS, JavaScript and ASP. |