I was wondering if I can do this with the Designer feature without touching and code.
I want two elements to not show unless a drop-down value is selected. It looks like it can be done with events tab in a drop-down element.
Is there a tutorial?
Thx as always
I want two elements to not show unless a drop-down value is selected. It looks like it can be done with events tab in a drop-down element.
Is there a tutorial?
Thx as always
Hi tkuhrt,
Put the two elements in a Container of type div, set the Container Load State to Hidden - note the container ID
In the Drop-down Events tab click Add New Event, set the events to:
Test
Bob
Put the two elements in a Container of type div, set the Container Load State to Hidden - note the container ID
In the Drop-down Events tab click Add New Event, set the events to:
On = : xxx : Show : container_id
On != : xxx : Hide : container_id
Test
Bob
This topic is locked and no more replies can be posted.