I am using "jquery validation rules"
my jquery validation rules working fine during blur & tab.. but problem is.. after click on submit, its giving first preference to check password & confirm password.. then it goes to validate another fields.. how can i solve this?
screenshot is of during on click of submit button.. after clicking on submit.. its giving first preference to confirm-password check instead of sequencial check.. why its happening
after click on submit.. it should validate from top to bottom fields.. but its validating confirm-password field first
for form validation, but during validation check its checking "retype-password" means "equalTo" attribute first (only if we type mismacth password in both fields & other fields are empty)
Its checking "retype-password" first.. then checks other fields..
I want to validation checking preferences as per form field positions