Form..verify email address

S

Shirley

I have a form that requires an email address. I noticed while checking it
that you could simply type nnnnnnnnn and it would simple send that to me as
the email address. What I'd like is to have it pop up an error message to
the user if it doesn't appear to be a valid email address.
Any way I can do this?
 
D

David Berry

Right-click on the email field and apply validation to it, such as requiring
an @ sign
 
T

Thomas A. Rowe

Dave,

You can't require specific characters to be enter, you can only indicate what characters are allowed
to be entered using the FP Form Field Validation.

However there are prewritten JavaScript available to test the validity of an email address.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top