Hamzat Kamal wrote:
>
> <dtml-if "email and '@' in email">
try:
<dtml-if "email and ('@' in email)">
> <dtml-if "email == ''">
> E-mail address</p>
> </dtml-if>
Yuk, this doesn't match your test above...
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk