Hi, first post here.
I am using the jQuery validation plugin, to validate some custom forms, and submitting the forms to a CRM tool. The CRM tool has a wide array of Data variables, that we can post too, but on occasion there are fields which don't match and we need to post these all into the notes field in the CRM tool.
Now the problem is that we need to use the same HTML name="" attribute to catch the values, and this is where the validation plugin seems to mess up on me. I understand the name="" attribute, needs to be a unique identifier, but currently it is not possible for me to modify this issue.
I would like to know a way to make the plugin, ignore these name=""; and validate based on some other method? I been looking all day through the documentation, and I can't seem to find something myself that I could use. As far as I was able to test even when writing custom rules, and a name="", attribute is present the plugin still relies on the name="" attribute any ideas?