I want to get two form validation run statement in my project.First I want to check my select box value. If its space, then I am getting an error message. Here I also want to get a validation if the select box value is ‘Other’, Then I want to check the value in the text box. Is it possible.
Ie, I want to execute two form validation run statement.If first run statement is true, I have to check with the second run statement.
I want to get two form validation run statement in my project.First I want
Share
There is no reason you can’t set some rules, run validation, then set some more rules and then run validation again.