Form..verify email address

  • Thread starter Thread starter Shirley
  • Start date Start date
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?
 
Right-click on the email field and apply validation to it, such as requiring
an @ sign
 
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.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top