Re: [Zope] How to require an @ symbol in email form field??
17 Jul
2000
17 Jul
'00
11:31 p.m.
Stacy Formby writes:
Is there a way to require at least an "@" sign in the email field? The powers that be think this would be useful. You can do it on the client with javascript or on the server with
<dtml-if "'@' in mailfield"> <!-- okay code --> <dtml-else> <!-- alert --> </dtml-if> Dieter
9395
Age (days ago)
9395
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer