Expand my Community achievements bar.

How do you create a custom button in LiveCycle to add a new form page to an existing form?

Avatar

Level 1

Can someone tell me how to create a button to add a new form page to an existing form in Acrobat or Livecycle designer?

1 Reply

Avatar

Level 6

Hi,

You can use addInstance method to achieve your requiremnets.

form1.#subform[1].instanceManager.addInstance()

BR,

Paul Butenko