Avatar

Level 10

You can read the full som expression of a field it the script editor.

Go to the master page and select your text field.

Then open the script editor and select any available script.

The first line in the script editor show the som expression such as

form1.#pageSet[0].Page1.TextField2::exit - (JavaScript, client)

To refer to the field use xfa.resolveNode("form1.#pageSet[0].Page1.TextField2").rawValue