Hello,
I am trying to create a form where the user enters information into a field that is later used in another place automatically.
How do I create a reference between fields? I tried to set it in the calculate option in field properties, but there are only mathematical options and = is not one of the options.
Also, in another field, I set it to calculate a formula automatically (eg: auto fill field 2 with 25% of field 1).
Thanks in advance for your help!
Rachel
(I am using Adobe Acrobat 9 Pro Extended. This wasn't an option in the product choice...)
event.value = getField("text1").value;
where "text1" is the name of the first field.
George