Copy link to clipboard
Copied
I have a PDF form that has a question that tells the user to add an additional sheet for more entries. I tried using a link to a separate PDF file and also tried linking to an extra page at the bottom of the current file. I'd like to have the user be able to complete the question and then return to the next question. Please let me know if there is a way to do this. Thanks for the help!
Copy link to clipboard
Copied
Pages are added by "spawn" a hidden template.
Copy link to clipboard
Copied
What triggers Spawn to add an additional page?
Copy link to clipboard
Copied
When they click "yes" as the answer to the 4th question, presumably...
Copy link to clipboard
Copied
Actually, the 4th question just asks the user to key in a list of names and attach an additional sheet if more names need to be entered. I just added a fillable page to the bottom of the form, but have no idea how to get it to work correctly!
Copy link to clipboard
Copied
Usually a button with the needed JavaScript.
Copy link to clipboard
Copied
How do I create the PDF Template? I do have PDF/A and /E for PDF save-as choices. Thanks for the help!
Ken K. - 2191
Copy link to clipboard
Copied
How to create template pages:
Copy link to clipboard
Copied
Hi Bernd!
I'm not seeing Organize Pages as a choice on the Tools menu in Acrobat 11 Pro. Please let me know what I'm missing!!!! As always, Thanks for the help!!!! Have a great day!
Ken K
Copy link to clipboard
Copied
In Acrobat XI it's under Tools - Document Processing.
Copy link to clipboard
Copied
I don't see Document Processing under Tools. Could it be the way Acrobat was installed on my PC?
Thanks for the help!!!!
Ken K.
Copy link to clipboard
Copied
You need to have Acrobat Pro to gain access to this feature. It's not available in Acrobat Standard.
Copy link to clipboard
Copied
However, you don't really need it because you can do everything using a script.
Copy link to clipboard
Copied
According to the help screen, I am running Acrobat 11 Pro ver 11.0.0. Thanks again for everyone's help with this!!
Copy link to clipboard
Copied
To say that I am a novice in java script is an understatement!!!! Thanks for the help anyway!!!!
Ken K.
Copy link to clipboard
Copied
Then you should have access to it via the UI. However, I would recommend that you download and install all available versions from here (in ascending order): ftp://ftp.adobe.com/pub/adobe/acrobat/win/11.x/
If you can't see Document Processing click the tiny little menu icon just below the Tools, Sign and Comment buttons (when the Tools menu it selected) and enable it from there.
Copy link to clipboard
Copied
Thanks for showing me where the Document Processing menu was. I never would have found it!!
Copy link to clipboard
Copied
Looks like I created a template named Spawn based on the PDF I want to replicate, but I'm not sure what to do with it. The Page Templates Box shows the name of the template (Spawn), but I'm not sure what to do next! Where is the template stored and what extension should the file have? Thanks!!
Copy link to clipboard
Copied
The template page is stored in the PDF file.
Copy link to clipboard
Copied
Thanks Bernd, but how do I use the template to add a page if the user clicks a link to add an additional sheet if necessary? Should the template form be the whole form with all of the questions or just the question that may need an additional page added?
Thanks!!
Copy link to clipboard
Copied
Look at reply#6
Copy link to clipboard
Copied
I have a PDF fillable form I set up and the 4th question on it asks the user of the form to add a sheet if additional items need to be listed. I would like to have the form allow the user to key in additional items if they are needed and then go back and let them key responses starting with the 5th question. Thanks for the help!!!
Copy link to clipboard
Copied
Sounds like it will do exactly what we need it to do if I can get it to work. I haven't done much with JavaScript, but I'll definitely take a look at the article and give it a try. Thanks for the suggestion!!!! Have a great day!