Expand my Community achievements bar.

$.presence = "visible"

Avatar

Level 2

Greetings:

I created a form with several pages of objects for user input.

I created a confirmation page within the form. Thre radio buttons corresponding to each section of input must be clicked to proceed to an instructions page.

When the three radio buttons are checked, the instructions page becomes visible. If not checked, then the instructions page remains hidden.

This has worked as it should in previous renditions of this same form.

Now, if there is any user input, the instructions page remains hidden.

The coding is pretty simple:

if (radio-button1 == "2"

and radio-button2 == "2"

and radio-button3 == "2") then

$.presence = "visible"

else

$.presense = "hidden"

endif

This has worked in the past. But, I do not see now how entering other user data could affect this action.

Any thoughts?

Thank you.

Steven

Portland, Oregon

0 Replies