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
how to redefine rules for some case?
for example if user use credit card, we must validate the credit card number,
otherwise credit card validation ignored.
thanks.. 😄
The text was updated successfully, but these errors were encountered:
What you can do is have a hidden field to validate the credit card, and show it if a checkbox is checked for example, or if another field is valid. There is a method called toggleFields that will help. When the fields are hidden with toggeFields they won't be validated.
how to redefine rules for some case?
for example if user use credit card, we must validate the credit card number,
otherwise credit card validation ignored.
thanks.. 😄
The text was updated successfully, but these errors were encountered: