Couldn't you do something similar to Squishdot's "validArticle" dtml
method?  In addition to verification that the fields are filled in, you
could pass the email variable off to a python regular expression that
checks for [EMAIL PROTECTED] syntax.

-ed-


At 07:21 PM 7/21/00 -0400, you wrote:
>On Tue, 18 Jul 2000, Duncan Booth wrote:
>> Use javascript to check that all required fields are present before 
>> the form is actually submitted. Here is some of the code I use:
>
>Note, however, that using Javascript to do the checking client side
>is only useful as a user convenience.  


_______________________________________________
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 )

Reply via email to