Avatar

Level 4

Hi Niall.

Niall, I am sorry to up this post, but just today I had time to work arond my form.

So, I tryed to use your example using the function, but I couldn't to do it works.

What's part of form I have to put this script:

function hidePages()
{
     for (var i=1; i<=25; i++)
     {
          xfa.resolveNode("page" + i).presence = "hidden";
     }
}

What language do I have to use (FormCalc or JavaScript)

Thanks so much