Expand my Community achievements bar.

How can I to dissapear the second page when I select a radio buttom YES or NO.

Avatar

Level 1

I want the second page to disappears when I select radio buttom YES or NO.

If I select YES, the second page continues, but if I press NO, the second page should dissapears, including the footer of the Master Page.

Radio Buttom.jpg

Please let me know on how to do this, thank you!

Alexander

2 Replies

Avatar

Former Community Member

in your radio button click event, i guess you would have to write something like :

if checked (i don't know the exact syntax for this one) then

     Page2.presence = 'hidden' (watch out, don't put majuscule in hidden or it won't work)

endif

Avatar

Level 1

Thank you MTremblay-Savard, I will try to figured out the exact syntax for this one.

I really appreciated your help!