in reply to Re: On Validating Email Addresses
in thread On Validating Email Addresses
Since you cannot check if an email exists anyway, the most useful type of form data validation for emails is the one that catches typos, which is to have them enter the email twice and validate that they match (same as when you ask for password confirmation).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: On Validating Email Addresses
by castaway (Parson) on Jan 04, 2005 at 08:24 UTC |