Spawn template page clears check box values
Hi,
I have a fillable form PDF with buttons at the bottom of certain page that add a duplicate blank form page (giving the user more room to add information). The template page has both text fields and check boxes.
When using the button, the additional page is added fine, but the check boxes on the first page are all cleared when they shouldn't be.
Any thoughts as to why this might be happening? This is the Javascript code I am using.
var expTplt = getTemplate("TemplatePage");
expTplt.spawn({nPage: pageNum + 1, bRename: true, bOverlay: false});
Thanks!
