Avatar

Level 3

I'm trying to change the raw value in text field in my Master Page either as the user types in a text field on the form or as the user exits the field in which he typed data.

I know that I have to set the raw value of the text field in my Master Page to the raw value of the text field in which my user is typing. My problem is that I don't know how to refer to the text field in my Master Page by its fully qualified name. I can say 'this' when I'm in the Master Page text field scripts, but I don't know how to refer to that field when I'm in a script of one of the pages.