Expand my Community achievements bar.

Templates in Livecycle

Avatar

Level 1

Does livecycle have something similar to page templates in Acrobat?

I have a form that i need to have the ability to add a new page.

Thanks

Paul

3 Replies

Avatar

Former Community Member

Is the page you are adding a clone of an existing page? If so then there are commands to add a new page (assuming that your form is set up as flowed and dynamic).

Paul

Avatar

Level 1

Yes was hoping to create a clone of the first page, with the text field names autocreated.

Avatar

Former Community Member

You can add an instance of the subform that holds the page (assuming its root container is set to flow as well). To do that use the command:

subformName.instanceManager.addInstance();

Paul