I have field called "profile" which has 3 options - actor, model and singer. I want to write a condition in such a way that if i select "actor" or "model" I need to show target field called "Height" and if I select singer I dont want to show that. How should I go about this? Plz help.
I tried it this way -
1st condition:
Operator:Equal
Compare with:Custom value
Custom value:Actor
Target Field:Height
Target Action:Show
2nd condition:
Operator:Equal
Compare with:Custom value
Custom value:model
Target Field:Height
Target Action:Show
2nd condition works everytime and not the 1st one.