Hello,
After a review of the following Breezing Forms Tutorial: crosstec.org/en/support/online-documenta...f-conditionally.html I'm trying to switch ON one field (list) when a specif value is selected from another list. I used the following coding given in the tutorial : turn on element mytext if myselectlist is somevalue
In my case I have a list with a name "engine_manufacturer". This list contains some manufacturers.
I created two other lists named "engine_air_repair" and "engine_austro_engine".
In element options of two lists: "engine_air_repair" and "engine_austro_engine" I ticked "Turn Off" in order to not show these lists till an element is not selected from the list "engine_manufacturer".
I putted the following into the "Visibility Rules" of my BreezingForm: turn on element engine_air_repair if engine_manufacturer is AIR REPAIR INC.
turn on element engine_austro_engine if engine_manufacturer is AUSTRO ENGINE GMBH
Hower when I'm going on my Frontpage the "engine_air_repair" list is showing alltime whatever the value used from the main list called "engine_manufacturer"...
I need to show a list of engine types/model ("engine_air_repair" or "engine_austro_engine") accordingly the selected value (manufacturer) in "engine_manufacturer" list.
Please, can you help me?
Thanks in advance,
Max.