Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Page Spawning in Livecycle Designer

Avatar

Former Community Member

Hi,

I'm using Livecycle Designer 8.2 and I want to create a multiple-page form.  One of the page would have a button that when a user click on, it would create a copy of that page and be part of the original form. I also want users be able to do this in Acrobat Reader.

1. Is this possible using Livecycle Designer with nothing else required (i.e. usage right enabling?)

2. May you give me high level instructions on how to do this.

Thank you in advacne.

1 Reply

Avatar

Level 10

It is possible to achieve this in Designer, however if the user has Reader then in order to allow the user to save the data, the form would need to be Reader Enabled.

See here: http://assure.ly/etkFNU.

There is an example here: http://assure.ly/h4sIcQ. This is intended to show a popup index, but you will see an Add Page button on page 1. Have a look at this script and then also take note:

  1. The form must be saved as a Dynamic XML Form in the save-as dialog.
  2. page1 must be set to repeat in the Object > Binding palette.
  3. You should name the pages, to make it easier to reference in the script.

Good luck,

Niall