


We have a a requirement from our client that they want field to have patterns such as email address/ social security etc
However, to do not want the validation to fire when the user tabs out of the field but rather when they click the link/button to go to the next section.
Is there a property in the field components that provides this functionality?
Views
Replies
Sign in to like this content
Total Likes
I think there is no such property, to achieve this you need to write the script in the click event of the link/button.