Hey, I am set submit or any sort of rule for the Tier_Maximum and tier_minimum fields that the entered number should not be less than the following box like if tier_maximum1 <= tier_minimum1 , tier_minimum2<= tier_maximum1, tier_maximum2 <= tier_minimum2 and so on, then there be an validation error before submission and it won't let user to submit data.
I even created this rule, but it's not showing any validation error , it's just submitting the data.
Can anyone suggest how to do this type of range validation?