Help Error message in Adobe Acrobat DC Not AllowedError Template:hidden:2:Field "My Template page name":Focus
I have used JavaScript code in Acrobat XI Pro in a checkbox to hide and unhide my Template.
hide myTemplate//
var t = this.getTemplate("myTemplate");
t.hidden = true
unhide myTemplate//
var t = this.getTemplate("myTemplate");
t.hidden = false
When using Acrobat DC, I have and error message : Not AllowedError: Protection settings prohibit access to this property or method.
Template:hidden:2:Field "My Template page name":Focus
Please help me....
