You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I need to handle my form dinamically.
I mean to enable and disable validation on certain fields due to other constraints
More in detail I have an email field (set by default with addValidator:EZFormEmailAddressValidator) I need to disable in a specific condition (so that EZform doesn't check if it contains an email address)
Is there a way to do it?
Thanks
Paolo
The text was updated successfully, but these errors were encountered:
A recent change adds -[EZFormField setValidator:] so you can replace validators on a field. Passing nil will clear validators, so you could use this to clear and re-set validators as you need them.
Hello
I need to handle my form dinamically.
I mean to enable and disable validation on certain fields due to other constraints
More in detail I have an email field (set by default with addValidator:EZFormEmailAddressValidator) I need to disable in a specific condition (so that EZform doesn't check if it contains an email address)
Is there a way to do it?
Thanks
Paolo
The text was updated successfully, but these errors were encountered: