Hi. Banging my head against a wall here. I can easily hide elements (like input boxes) at load and when a radio option is selected show them via an event but what I'd like to do is:
Three options on a radio group, when any is selected a little html would appear underneath the field giving a little more info. For example, I ask a question like "What causes a headache" with 3 options. As soon as any is selected, a sentence "Other examples of causes for headaches are ........" would appear underneath.
I've had a play with custom div containers and set them hidden at load and then added an event action (using the events tab) for showing the container once an option is changed in the radio field but it won't work. The custom html element sat within the container will always show.
Or is there a better way of displaying some extra text once a value is selected? I'd like to do this for multiple questions on the form.
Any advice would be appreciated.
Three options on a radio group, when any is selected a little html would appear underneath the field giving a little more info. For example, I ask a question like "What causes a headache" with 3 options. As soon as any is selected, a sentence "Other examples of causes for headaches are ........" would appear underneath.
I've had a play with custom div containers and set them hidden at load and then added an event action (using the events tab) for showing the container once an option is changed in the radio field but it won't work. The custom html element sat within the container will always show.
Or is there a better way of displaying some extra text once a value is selected? I'd like to do this for multiple questions on the form.
Any advice would be appreciated.