Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

trouble hiding pages

Avatar

Level 1

I am creating a form where you select something from the 1st page which then hides the 1st page and show another page, i used the following script "

 

if ($.boundItem(xfa.event.newText) == "Yes") {

 

this.resolveNode("Choices").presence 

= "hidden";

this.resolveNode("RMA").presence

= "visible";

}

when I run the form it inserts a blank page before the page that is being un-hidden, can anyone advise please

0 Replies