WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: e-mail addresses and proper forms labelling of their constituent parts

for

From: Karl Groves
Date: Sep 15, 2003 1:26PM


How is the form being processed?
I recommend against using two form elements for this.
Don't make the user do the work when the script can do it for you.
Since you're validating the address, have the script separate the address via regular expressions and convert it into two variables (separated by the @).

Karl L. Groves

Opinions expressed in this e-mail represent only myself and are not in any way to be taken as the words or opinions of my employer.


>