Duplicate page
i have form 7 pages able duplicate page 3 & 4. added if necessary. principle if form detail has 1 person, complete page 3 & 4, if need add person, clicking button, 2 new pages (copied page 3 & 4) populated.
any welcome.
thanks
hi amanda,
to able duplicate page, have input 1 line in xdp file , able addinstance page
1. in hierarchy, click on page want duplicate
2. once page selected, click on xml source
3. should see beginning node of page, insert line inside page node
<occur max="-1"/>
4. can add instances as want using
page3.instancemanager.addinstance(1);
or
_page3.addinstance(1);
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment