I want to change some areas of the page when a specific radio button is selected.
How do I detect when that specific radio button is selected? (in this case #FollowUp)
I want to change some areas of the page when a specific radio button is selected.
How do I detect when that specific radio button is selected? (in this case #FollowUp)
Can you not do something along the lines of “when radiobutton A (or whatever your element is called)'s value is #Followup”?
Where/How would I do that? On each control that I want changed?
Yeah. I haven’t used the radio buttons much myself but if they’re similar to the dropdowns you should be able to access their currently selected value.
For example, if you’ve got an image you want to show when #FollowUp is selected, you would go to the “conditional” tab of the image’s element info, and create a condition that reads:
“when radiobutton A (or whatever your element is called)'s value is #Followup”
This Element is Visible đź—¸
Yeah, that worked actually! Thanks!