QUESTION:
If I have multiple forms with identical form field names on the same page, how can I validate them individually? Or, better yet, how do I pass the form field name to the JS and only validate that particular form?
SCENARIO:
I have a form within a PHP function that is included on the...