how do I add a code to validate an email address?

  • Thread starter Thread starter Seimanidis
  • Start date Start date
S

Seimanidis

I want to add a code to validate an email address in a FP form (not that it
is a real one, but that it has the "@" and the "." symbols at the right
position). I have no idea how to do it. Any suggestions?
 
You don't use FP form field validation
- You use JavaScript like at
http://javascript.internet.com/forms/email-validation---basic.html
or
http://www.white-hat-web-design.co.uk/articles/js-validation.php

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I want to add a code to validate an email address in a FP form (not that it
| is a real one, but that it has the "@" and the "." symbols at the right
| position). I have no idea how to do it. Any suggestions?
 
Back
Top