This content has been marked as final.
Show 1 reply
-
1. Re: Is there a way to create mutiple page forms in Acrobat that store 1 record per page?
George Johnson Nov 3, 2014 10:11 PM (in response to iamwickedtall1)In Acrobat, a page can be made a template, which is really nothing more than a page that has been given a name. With JavaScript, you can spawn a template page to create a new one, and any fields a template page has can be automatically renamed when spawned (following a particular convention) so that each page's fields are independent from those on other pages. Note that JavaScript is not able to change a field's name, but it can create and remove fields.


