Hello,
I have made a fillable form, that has a button that uses Java script to insert a saved template. In Acrobat X, I can get it to make the new page, and the fillable forms are empty. However when I try to do the same thing in Reader XI, all of the info from the first page is automatically filled in on the new page.
so it is working perfectly in Acrobat X, but not in Reader XI.
here is the script I am using:
var a = this.getTemplate("New Page"); a.spawn({bRename: true});
resetForm(["P" + (numPages - 1)]);
Any Ideas?