Hi Guys,
I have got a yes/no radio button and a textfield. I want to make the textfield visible/hidden based on whether the user selects yes or no. In the Visibility expression of the textfield, I can enter radiobutton.value == "1" to make it only visible if the user selects the yes option. The problem with this method is that in the initial layout of the form the textfield is hidden and then becomes visible when the user selects yes.
Please does anyone know how I can have the textfield visible to start off with and then when the user selects no, the textfield is hidden?
Thanks very much,
Afam