Hi all,
Thank you for your time.
I'm new to javascript, but I have a work project, which needs to be done sooner rather than later.
I have a main pdf form "Form 1" (converted from a word document), which has several text fields that need to be copied to another form "Form 2". The rest of the fields on Form 2 will be filled by the user. Form 1 has a button, which opens Form 2. The idea is that Form 2 is not always needed, so the user has the option to print just Form 1. However, sometimes Form 2 is has to be printed as well. So far I have managed to get the button open Form 2, but I have no idea how to populate the appropriate fields.
I've tried combining the two pdf to one, and it works, but it's not efficient in regards to printing. The forms are for printing only, not saving of the data entered.
Thanks for your help!