pfrancis
-
2/17/2009 7:36:40 AM
Email Regular Expression
I am trying to add a Regular Expression to an OPTIONAL document field
^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$
The problem is that I won't allow the user to leave the textbox empty on the form
Thanks
|