WebAIM - Web Accessibility In Mind

E-mail List Archives

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

for

Number of posts in this thread: 1 (In chronological order)

From: Karl Groves
Date: Mon, Sep 15 2003 1:26PM
Subject: RE: e-mail addresses and proper forms labelling of their constituent parts
No previous message | No next message

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.


>