Expand my Community achievements bar.

Hiding pages

Avatar

Former Community Member

Hi,

Just a quick question.

I have a form in which one page is supposed to be hidden by default.When a user clicks yes on the first page of the form,the hidden page is supposed to be visible.If they click no,it remains hidden.I am using a template and cannot seem to get this working.Any help would be appreciated.

Thanks!!!!!

1 Reply

Avatar

Level 1

Whenever you are adding a page, it has the "hidden" option in properties, so you can use the same option to hide it. Whenever you want to make that hidden page visible, either on button action or using check marks, you can smilply call <whole xpath of the page>.presence=visible.

Thanks,

Sachin