I need to be able to concatenate text entered into two text fields on one part of a form into a single text field in another part of a form.
I need to be able to concatenate text entered into two text fields on one part of a form into a single text field in another part of a form.
Enter code similar to this into the Calculation event of the result field
event.value = this.getField("Text1").value + this.getField("Text2").value;
Thom ParkerWindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://partners.adobe.com/public/developer/en/acrobat/sdk/
pdf/javascript/AcroJS.pdf]Acrobat JavaScript Reference[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script