Forums

hidden element until drop-down chosen

tkuhrt 04 Dec, 2015
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
GreyHead 05 Dec, 2015
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:
On  =  : xxx : Show : container_id
On !=  : xxx : Hide : container_id

Test

Bob
tkuhrt 05 Dec, 2015
wow so easy. Thank you!
This topic is locked and no more replies can be posted.