Hello.
I've created a Field (let's call it Field_1) and set it as Multiple Selectlist with 7 values:
0|ValeuA
1|ValeuB
2|ValeuC
3|ValeuD
4|ValeuE
5|ValeuF
6|ValeuG
Then I've created a second field (let's call it Field_2) and set it as Text.
Next, I've set a condition for field_2 into Field_1 that says:
Condition: Contains
Field to compare: Custom Valeu
Custom Value: 6
Target Field: Field_2
Target Action: Show
The rule is to show Field_2 only if Field_1 have "ValueG" between the choices.
Well, it is working perfectly in the backend, if I choose "ValeuA,ValueD,ValeuG,ValueE" the Field_2 appears, if I don't it disappears. But in the frontend, when I see the user profile, the field_2 is not showing - if I remove the condition, it shows (of course, it will show if "ValueG" is present or not in the Field_1).
What can it be? Did I do something wrong?
Thanks.