I have a Dropdown list that allows for Multiple selections:
a
b
c
d
I have an Event for this dropdown that displays a hidden text field when "c" is selected:
a
b
c
d
[text field]
The problem is when I have more than just "c" selected, the hidden text field does not display:
a
b
c
d
Is there a way to have the hidden text field display no matter what combination is selected, as long as "c" is one of those selections?
a
b
c
d
[text field]
a
b
c
d
I have an Event for this dropdown that displays a hidden text field when "c" is selected:
a
b
c
d
[text field]
The problem is when I have more than just "c" selected, the hidden text field does not display:
a
b
c
d
Is there a way to have the hidden text field display no matter what combination is selected, as long as "c" is one of those selections?
a
b
c
d
[text field]