Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Multiple Sections

Avatar

Not applicable

I have a pdf form with a button. When I click on the button it creates another page with the same content as the current page. If the number exceeds three the third repeating page gets whatever value that I type in the second page. If I enter new value for the third page, it erases the value entered in the second page. How do I fix this problem? TIA.

0 Replies

Avatar

Level 10

What command are you using to create the new page?

Avatar

Not applicable

The button has the javascript:

this.parent.instanceManager.addInstance(true);
xfa.form.recalculate(true);

to create another page of the same page.

Avatar

Level 10

Are you forcing the recalculate for a reason? Try commenting out that call and see if it makes a difference.

Paul