A Universal Form Validator
This is a script that can be used to validate almost any form using hidden fields to describe how to validate the controls in the form. The script validates for required fields, Numbers with a Min/Max value if needed, 10 digit phone numbers with any seperators (and formats the phone number after validation), properly formed email address, dates with min and max values, and age fields with min and max values. There are also many options on how to report errors (ie: Popup-Summary, Color cues on the input boxes and text labels to describe the error.) I cannot figure out how to format a complete description of the code here so I have written a description of how to use it here: http://www.wesgrant.com/wes/validation.asp
Ringkasan AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Upload