7 years ago
Topic

Hello,

maybe I don't get the point right....but I couldn't get multiple conditional states working.
I have a textfield that should be shown, when user chooses one of three options from a simple dropdown field.
But I tried everything, I can only get the last state working.
I think this must be an error on my side, but I don't know where...

Thankyou

Get a Book for SEBLOD
4229 Posts
Kadministrator
7 years ago
1
Level 1

Hi,

you can only use same field once for condition, perhaps this is your problem? If you jsut need to make it visible when one of 3 values is chosen, you can just separate values with comma.e.g field1 isVisible when FieldB isEqual 1,3,7

7 years ago
0
Level 2

Thank you!!!
That did it :-)
At first I thought I should separate them by myself with comma, but when I made it like this, the conditions also fails.
What I had to do was choose all the options for hide/show in the Dropdown. Then they are filled in with comma and it works.

Made my day, thank you.

Get a Book for SEBLOD