Notifications
Clear all
Topic starter
Is it possible to have a visibility region that pops up for multiple radio options, rather than have a separate one for each value? For example, I have a list of 17 radio options. The items in one visibility region would be true for the first 7 options. Thanks.
Posted : June 6, 2013 5:44 am
In the visibility region just write -
document.variable == "option1" or document.variable == "option2" or etc...
Posted : June 6, 2013 6:20 am