FrontPage form validation

M

Maynard

I want FrontPage to check for a valid email address in a form.
Obviously this requires more than just a minimum character count and a
specified range.

Thanks
 
F

FrontPageForms

Hi Maynard,

Although you can attempt to verify the email with FP, it will only work if
the user gives you a valid email address. The surest way to verify is to
email them.

Mike @ TexasWebDevelopers has a Javacript for email validation you might
find useful. As always, when using scripts, keep the author info intact in
the escript. This is generally the condition of use for free scripts.

http://www.texaswebdevelopers.com/examples/email_validation/javascript_client_email_validation.asp
 
Top