These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

document-level script

jspears
Registered: Dec 9 2008
Posts: 4
Answered

Hello,

I am a LiveCycle Newbie and need some help on a form I am presently creating. I am creating a form where the user needs to enter his first and last name on page 1. On page 6 there is also a duplicate first and last name fields in which I would like to have auto populated from the information the user entered on page 1.

I don't know Java but any assistance on the script and where to place it within the LiveCycle Designer page would be appreciated.

Thanks.

Jay

My Product Information:
LiveCycle Designer, Windows
Dimitri
Expert
Registered: Nov 1 2005
Posts: 1389
Hi jspears,

You don't need a script for this. As long as the fields have the same name, i.e., both first name fields are named FirstName, all you have to do is select one of the fields and in the Object Properties under the Binding tab set the Default Binding to "Global." Now whatever is entered into fields with the same name will get filled with the user typing into only one of the fields.

Hope this helps,

Dimitri
WindJack Solutions
www.pdfscripting.com
jspears
Registered: Dec 9 2008
Posts: 4
Dimitri,

Just wanted to thank you for the solution. It worked like a charm!

Correct Answer!