I am trying to create a form that is just for in-office use. I created the Form in Word, published to PDF and placed the form fields onto the document. We plan to fill this form out for each patient we process and then print all pages to PDF for filing. We typically do these forms in batches of unknown numbers so I am wondering if I can put a button on my form for a "New Page" that will automatically put an identical form into the PDF. The problem I've had (besides having no idea on how to do the button part) is when I insert an identical form into the PDF the field names are identical thus have the same value, i.e. if I type John Doe on page one, its shows up on page 2, 3, 4, etc.. Is this idea possible?
Thanks in advance!
Derek
Alternatively you could create a dynamic LiveCycle form with a repeatable subform, where the subform is your entire page.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script