We use cookies to ensure that we give you the best experience on our website. Click here for more information. Got it
I want my radio button selection to be remembered. How can I create this condition?
INTEGRATIONS
FREE TOOLS
COMPANY
Copyright © 2024 Justinmind
Footer policies
Footer policies
Footer policies
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.
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.
Replies have been locked on this page!