How to find a field variable for Java-Script?
Good evening, we are trying to find the specific name of a form field so that we can make changes to them.
We have tried using the traditional, "Text field name" but that doesn't seem to work much. This is the code that we have so far
if (field.variable == "TX"){
console.log("help!")
}
All of our code is right, except for for the form field name.
Any help would be appreciated!
