Expand my Community achievements bar.

copy text field

Avatar

Former Community Member
----- F.PAGE3.agt_ssn_1::change - (JavaScript, client) ---------------------------------------------



F.PAGE3.agt_ssn_1.rawValue = F.PAGE1.agt_ssn.rawValue;



What am I doing wrong??

Adobe designer 7.0

I need to copy entered information into other text boxes on other pages in a doc. binding them dosnt work because i need to export the values on each page.
1 Reply

Avatar

Former Community Member
If what you're trying to do is make the SSN number appear in multiple places on your form, simply call each field "agt_ssn" (or whatever) and then change the Default Binding property to "Global". When you do so, you will get a message reminding you that each field with the same name will also be set to Global (so you only have to change this property on one of the "agt_ssn" fields).