Help
Am in need of guidance. I am a begininer and can someone show me how to
copy text that is in a textbox Mail_Address to another Texbox Residence_Address
and City_Address to Residence_City
when the checkbox Named Same is checked
thanks for all your help
this.getField("Residence_Address").value = this.getField("Mail_Address").value;
Since you want this to happen on the check, you need code for testing the value of the check box. Put this code in the MouseUp Event script for the checkbox.
You can find information on how to enter scripts and lots of other topics in the articles at JavaScript Corner on this site.
You'll also need the Acrobat JavaScript Reference which you can download from here:
http://www.adobe.com/devnet/acrobat/javascript.php
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script