Hello,
I would like to create a form in Acrobat X and X Pro, where few fields will have the same value.
Is it possible in AcroForms to do that, preferably without engaging LiveCycle or JavaScript?
I would like that upon user fill (actually choose from dropdown menu) an item in one filed, then another field would get the same value, please?
Thank you in advance!
Enter this into the Custom calculation script for the text field.
event.value = this.getField("ComboBoxName").value;
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script