You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by Jake Howlett on Tue 27 Feb 2007 in response to Form Validator R3.0
Re: validating e-mail addresses
Hi Peter.The email validation is a regular expression in the code. You can either edit
that regexp or create a new one like this:
{name: "myEmailField", type: "regex", pattern: /hotmail.com/, message: "Hotmail
not allowed"},
For the spaces you'll have to learn a bit more about reg expressions.
Jake