Hi everybody,
I'll try to explain it clearly : I created a form and a field inside as multiple choice. Inside I set up 3 entries :
TEXT1 = 1
TEXT2 = 2
TEXT3 = 3
1, 2 and 3 are category ID and the field storage goes to catid.
At this time, it's ok, I choose a textual value, and it define the cat id, so my items are classified correctly.
After that, depending of the categoory selected, I want to display some fields. So I use the conditional option [5] :
<< This field is visible WHEN "cat_field" is equal to 1 >>
Neither value or text allow the field to be displayed. I tired with 1, 2 or 3 and TEXT1, TEXT2 or TEXT3, but nothing works.
If I change the multiple field options and set only Text or Value, its works ! So it seems not possible to filter a value of a multiple field (with text and value) using conditional.
Is it a bug or an usual behaviour ?
Is there an other way to do that ?
Many thanks for your support,
Lionel