Hi! I have a radio button with yes/no something like this
- Do you take medicine? [] yes [] no
“If yes, what medicine? _______” (not visible)
I have a condition “if radiobutton’s value is yes” then change “if yes” visibility to yes
However, even when I click on radiobutton “yes”, “if yes” still doesn’t show up. What is the problem?