19 Posts
gorgonz
6 years ago
1
Topic

Lets have two fields, a simple list "LIST" (with 2 entries A and B) and a text field "TEXT" dependency should be: 

if LIST == A then TEXT is "visible"

This is no problem and works.

But I need another condition:

if LIST == A then TEXT is  required

I didn't know howto add this as a conditional statement, so I tried to define it always as required and hoped, that it might be ignored in condition LIST == B.

This one did not work. Although having LIST == B, there pops a message saying TEXT is a required field.

Any suggestions are very welcome :-)

Get a Book for SEBLOD
19 Posts
gorgonz
6 years ago
0
Level 1

Found the solution now. 

I always tried to define a second condition within the first one. This didn't work. It took me some time to recognise, that there is this small green sign with a "+", where I may define an independent second condition ;-)

So, here the result, next to the marker, showing the green sign

Get a VIP membership