Display Field if Choice A or B or C?
Hi Support
I’ve tried researching for an answer to this query but can’t find it -
1) I’m looking to Display a Field only if Choice B (out of A, B and C) is selected. OR
Display a Field only if Multiple Choice A and C (out of A, B and C) is selected.
I just can’t find the dropdown options of choice when I go to “Display field only, if”
- I have attached the closest I’ve gotten to multiple choices but I didn’t understand it!
2) Also is it possible to trigger the display of field from 2 separate Choice/Multiple choice Fields?
Appreciate your support in this matter!
1 reply
-
This is about the field property "Visible if".
1 / Try this:
Choice field: text('Choice field') = "B"
Multiple Choice: index(text('Multiple choice'), "A") >= 0 and index(text('Multiple choice'), "B") >= 0
2 / of course you could combine these queries.
Birger
Content aside
- 6 yrs agoLast active
- 1Replies
- 2393Views