Answered
Apologies, this probably has such a simple answer... but i've scoured the forum and cant seem to find what im looking for.
I have a multi page pdf form and what im after is the ability to reference and copy the values of several fields and copy these into a different set of fields on a separate page.
These values will not always need to be the same so it needs to be a deliberate decision ie button press and not an automatic calculation.
Any help would be appreciated
here is simple script i used.
this.getField("box2").value = this.getField("box1").value;
Still getting used to scripting in acrobat
Thanks