Hi, all.
In cookbook (http://webpy.org/cookbook/forms) it has only one
validator, e.g. vpass, vemail. What's the best way to use multiple
validators?
----
vusername = form.regexp(r'.{6}', _('Not a validate email address.'))
and \
form.regexp(r"[EMAIL PROTECTED]", _('Not a validate email address.'))
----
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---