Showing hidden group based on radio button's selected choice

Hi,
I’ve been banging my head against this one and I just don’t know what I’m missing.
I’m simply trying to make a different text box appear based on a radio button’s choice.
My static choices are "Every Day, Only Some Days of the Week, etc (see screenshot):

When the user selects the 1st radio button “Every Day”, I want a text to be shown (“Each day has to be successful”). This text has been parented to a group and the group has visibility conditions:

But when I choose the first option (Every Day), the text (“Each day has to be successful”) doesn’t display.
What am I doing wrong?
Thanks

Hi,

Pls try to just type “Every Day” in you condition expression with no any other character ( [ ] ).

in addion you only need 1 condition actually, when your text property “this element is visible on page load” is yes (clicked) then you only need the first condition

2 Likes

It worked!
I initially started with a single condition, as in your example, but decided to add the 2nd condition to see whether I could make it work.
Thank you so much for taking the time to guide me.
Cheers

2 Likes