How can I validate used element of form? e.g. I have email, password in form and both have validation and in view I am using only email, after post validation happened for both.
How can I validate used element of form? e.g. I have email, password in form and both have validation and in view I am using only email, after post validation happened for both.