justinmind-logo
 
Upvote 1

I want my radio button selection to be remembered. How can I create this condition?

Answered Deborani 5 years ago
Replies (1)
photo
2

You can create an "On Click" + "Set value" event, and have it set the value to a variable that will store that the radio button has been selected. For example, you can have the value it sets as the word "True". Then, on whatever page you would like to remember which radio button was selected, create an "On Page Load" + "Set Value" event, and have it set the radio button as checked. Then, for that event, create the Condition that is When... [variable] = True

Let me know if you have any questions.

Leave a Comment
 
Attach a file