Fieldname issues. [Fix Inside]
![]() ![]() |
Hey guys I noticed there was an issue with field names that were sub-strings of a different field name. So like if the af_ad value has a field name of address in it, and you have af_em with a field name of emailaddress (depending on the order of fields in the array) the address field will have the emailAddress field's value. Simple fix is where it searches lowerit for the the field names (inputtexts[j][k]) add && lowerit.length == inputtexts[j][k].length that way it will only set the value if the search passes and the lenghts are the same. Hope this helps someone, I spent a little while trying to figure out what the issue was. |

