Can I do this with events?

baxterdown 12 Jan, 2015
I have a form where hidden fields appear when three months out of a list of twelve months are selected in a dropdown. Can I just list the three list items in the value selected? -- Something like: March,April,June or do I have to create separate events for each one?
baxterdown 12 Jan, 2015
Nevermind, I just answered my own question. It can't be done😟
BNDragon 13 Jan, 2015
Hi baxterdown,

It can be done with some JS code, at least, I think it is possible.

If you can do it only with the CF option/events? I don't know it :/

BN
GreyHead 14 Jan, 2015
Hi Baxterdown,

As you found, you can't do it with one event. Like BN, I'd use custom JavaScript personally.

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