I have a field value selection issue when once Apple is selected field b value will populate (one value), but when user picks another Field A value (pear, orange or banana after picking Apple), two values should show up and but ONLY one value will show up:
Correct visibility rule: When pear, orange and banana is picked, medium and large should show up.
Issue: When Apple is picked, small shows up and when another Field A value is picked (pear, orange or banana), only small shows up (and medium and large doesn't show up)
1. When Field A is selected and pops up Field B, like:
Field A values:
(a) Apple (only has one value in visibility rule)
(b) Pear (has two values)
(c) Orange (has two values)
(d) banana (has two values)
Field B Values:
(a) small: only applies to value a1
(b) medium and large: applies to all (except value = Apple)
Is there a fix for this?
1. I tried deleting the form
2. deleted the field and added back
3. ordering the visibility rule differently
This logic needs to be done in Forms 2.0 JS.
Yes it is.
It's just a user needs to click back to "select" to reset which is odd.
Yes it is.
It is what?
"This logic needs to be done in Forms 2.0 JS."
Yes it is using Forms 2.0 I believe.
It's just there is a logic issue, the logic is not showing correctly.
No, I'm saying it needs to be done with custom Forms 2.0 API JavaScript because it's not possible using the UI.
Oh I see sorry I'm not describing it clearly. The field options with visibility rules is an option and has been added, it's just not showing up correctly when the order of values are selected.
That's because it doesn't work as you expect, or to put it another way, there's a bug that must be worked around in JS.