Can someone tell me how I set up a form validation in my xml that can be optional 
(i.e. passed as null). But if it is supplied then I can perform the validation
 
<field

property="email2"

depends="email">

<arg0 key="ilt.Email2"/>

</field>

 

Like above I want only the email validation to be performed if the field is not null.

 

-- Thanks

Reply via email to