I'm using joomla 4.4.8 and last version of Chronoforms. I've build a page with a dropdown with these options:
00=Select
1b=Paper
2b=Ink
3b=House
4b=Hot
5b=Cold
The dropdown have two events triggers: one with VALUE IN with value "1b" and trigger "show-1b", other with VALUE NOT IN with value "1b" and trigger "hide-1b". Then I've a container (with multiple text fields) that have two events listeners: one with "show-1b" and action "SHOW" and one with "hide-1b" and action "HIDE".
What I want is if the user select "1b" (Paper), the form will show the container, otherwise the container will remain hide... But doesn't work... The container is always displayed... What's wrong? (I actually use the "Preview" button to test the form).
Thanks.