Help spawning Template to the following page checkbox is located with visible/hidden properties.
Hi, I am working on a 5 page document that has a checkbox located on page 1 for supplemental information if needed. When CB is selected, it makes template visible. How do I add to the code to put it in the next page (page 2) of the document and not go to the end? Below is the code that is currently in the checkbox. I have searched multiple support threads and tried varies ways to add npage, but seem to be unsuccessful. I am not a JS guru by all means. Any help would be appreciated, thanks in advance!
if(event.target.value!="Off")
{this.getTemplate("Extended").hidden=false;}
else
{this.getTemplate("Extended").hidden=true;}
