urh ... managed to delete what I had written... surely I'm going crazy (as I wrote in previous). If someone has answered this before I'm happy to be redirected to the correct post, but I couldn't find anything in my searches.
I'm having trouble with people inputting strange things in my e-mail fields, even if I've tried to define a regular expression they must match:
My field definition:
Still people are able to pass through with eg:
That is they input those two e-mails - with the parenthesis. Great trouble later on when I try to send e-mail confirmation and subscribe them to mailinglists.
any clues?
---
Kjell Knudsen
http://www.icbl.org
I'm having trouble with people inputting strange things in my e-mail fields, even if I've tried to define a regular expression they must match:
My field definition:
Code:
'Email' => [59, 'alpha', 0, 80, 1, '', '.+@.+\..+'],[/code] Still people are able to pass through with eg:
john@doe.org (and doe@john.org)
That is they input those two e-mails - with the parenthesis. Great trouble later on when I try to send e-mail confirmation and subscribe them to mailinglists.
any clues?
---
Kjell Knudsen
http://www.icbl.org

