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 :-)