E-mail List Archives
Re: Form validation - on submit or on each required field
From: Rick Hill
Date: Jun 26, 2014 11:13AM
- Next message: Stanzel, Susan - FSA, Kansas City, MO: "Re: Form validation - on submit or on each required field"
- Previous message: Jared Smith: "Survey of Web Accessibility Practitioners"
- Next message in Thread: Stanzel, Susan - FSA, Kansas City, MO: "Re: Form validation - on submit or on each required field"
- Previous message in Thread: Paul J. Adam: "Re: Form validation - on submit or on each required field"
- View all messages in this Thread
You always need to validate on server side. Using only client-side validation opens you up to evil clients who can fiddle with your input information. Client-side is basically an add-on with added benefits, but server-side is a must.
-------------------------------------------------------------------
Rick Hill, Web CMS Administrator
Strategic Communications, UC Davis
From: <Clark>, "<Michelle - NRCS>", <Washington>, DC < <EMAIL REMOVED> <mailto: <EMAIL REMOVED> >>
Reply-To: WebAIM Discussion List < <EMAIL REMOVED> <mailto: <EMAIL REMOVED> >>
Date: Thursday, June 26, 2014 at 7:36 AM
To: WebAIM Discussion List < <EMAIL REMOVED> <mailto: <EMAIL REMOVED> >>
Subject: Re: [WebAIM] Form validation - on submit or on each required field
My preference is to validate at the time of inputting the information. That way, once a user gets to the end, the form is correct and can be submitted.
Michelle
- Next message: Stanzel, Susan - FSA, Kansas City, MO: "Re: Form validation - on submit or on each required field"
- Previous message: Jared Smith: "Survey of Web Accessibility Practitioners"
- Next message in Thread: Stanzel, Susan - FSA, Kansas City, MO: "Re: Form validation - on submit or on each required field"
- Previous message in Thread: Paul J. Adam: "Re: Form validation - on submit or on each required field"
- View all messages in this Thread