These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Reading Data from Another Field in LiveCycle Form

dwu138
Registered: Apr 29 2007
Posts: 2

Hi, I'm new to LiveCycle form. I'm trying to create a form and wanted to get the data for one text field from another text field with the option of allowing the user to override the data. How can this be done? Thanks in advance.

scottsheck
Registered: May 3 2007
Posts: 138
In the calculate event of the copied field, use:

TextField2.rawValue=TextField1.rawValue

as the FORMCALC code. Make sure the case is exactly like you see it or it will not work. that's it!