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.
Views
Replies
Total Likes
What command are you using to create the new page?
Views
Replies
Total Likes
The button has the javascript:
this.parent.instanceManager.addInstance(true);
xfa.form.recalculate(true);
to create another page of the same page.
Views
Replies
Total Likes
Are you forcing the recalculate for a reason? Try commenting out that call and see if it makes a difference.
Paul
Views
Replies
Total Likes