Hi ,
i have a requirement customize default error validation on Adaptive Form filed.
Problem: We have written custom validation method for email filed with onblur() event, but if user click on Submit method then my form is submitting with out calling my custom function.
I want to enable this call when user click on submit button, so that i can verify user data.
Can anyone guide me how to achieve this.