Fusion Bay

3500 Boston Street MS 2
Baltimore, MD 21224

Adam Douglass

  • 5:41 pm on February 8, 2007 | # | 0
    Tags: , , ,

    Form validation is vital to every web based application, and too often I’ve seen it implemented page-by-page. Custom code blocks to check for email address formats, telephone numbers, social security numbers, etc.

    If you need client-side form validation and you can rely on javascript, I highly recommend Andrew Tetlaw’s “
    Really easy field validation.” It does require
    prototype.js and of course, java script enabled browsing.

    I’ve written a few additional validators that I’ll post sometime soon for anyone that might be interested.

Leave a Comment