Is it possible to use another field value into a field validation function?
For example, suppose you have a password field and a password confirmation field in your form. Is it possible, in the password confirmation field validation function to check that it's value do match the one of the password field?
Is it possible to use another field value into a field validation function? For example, suppose you have a password field and a password confirmation field in your form. Is it possible, in the password confirmation field validation function to check that it's value do match the one of the password field?