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.
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!