Forums

Events settings

Fawaaz 03 Apr, 2015
Hello,

Below are my events settings for a radio group.
I'm hiding and showing a field on a selected value.
How do I hide or show multiple fields on a selected value ? I have tried using , but not luck.
Fawaaz 03 Apr, 2015
*I wish to do this so that i don't need to add extra events.My form has around 40 fields
GreyHead 03 Apr, 2015
Hi Fawaaz,

You can't directly hide/show multiple fields in that way,

If the fields are in a container of some kind (a div or fieldset) then you can hide/show that container.

I suggest that you use = 0.5 and != 0.5 unless you need to cover all the different values (0, 1, NA). And if you do then it's probably going to be simpler to write custom JavaScript.

Bob
This topic is locked and no more replies can be posted.