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
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )