I have a form that has a user fill in tons of fields with different number values. I need to validate that all 13 fields when added together are within a number range. Is there any way to do this with the validate plugin? I can do it with just javascript or php, but I'd rather be consistent with the rest of the form.
Thanks, Matt