hello
I have an issue that I am stuck on.
I need to check the value of dynamic form fields with javascript and don't know
how.
Here is what the form fields look like:
compensationType_userID (this is the field name)
The userID will be the dynamic part.
How do I check for the value in javascript on the form submission?
"If compensation type = salary, then do this..."
Thank you.