Expand my Community achievements bar.

Script for hiding unused pages of a form

Avatar

Level 2

Hi

I want to enable the user to hide page 2 of a form if it is not used. This script:

if (this.rawValue==0){

xfa.resolveNode("page2").presence = "hidden";

}else{

xfa.resolveNode("page2").presence = "visible";

}

does not do it although it worked in the past (do I need more than two pages in order to delete one?

Could you please tell me wha'ts wrong?

Thank you!

Lisa

4 Replies

Avatar

Level 4

The script looks fine to me, maybe the event on which it triggering needs to be changed.

However, I can look at your form if you want.

Avatar

Level 2

Hi Guru!

If you could find out why it does not work, that would be much appreciated. I attached the form.

Thanks & best regards,

Lisa P

Avatar

Level 4

Hi Lisa,

I don't see the form attached.

Could you please send it to lcdesignerforms@gmail.com

Thanks,