Re: Field value selection issue with visability rule

Anonymous
Not applicable

Field value selection issue with visability rule

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

7 REPLIES 7
SanfordWhiteman
Level 10 - Community Moderator

Re: Field value selection issue with visability rule

This logic needs to be done in Forms 2.0 JS.

Anonymous
Not applicable

Re: Field value selection issue with visability rule

Yes it is.

It's just a user needs to click back to "select" to reset which is odd.

SanfordWhiteman
Level 10 - Community Moderator

Re: Field value selection issue with visability rule

Yes it is.

It is what?

Anonymous
Not applicable

Re: Field value selection issue with visability rule

"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.

SanfordWhiteman
Level 10 - Community Moderator

Re: Field value selection issue with visability rule

No, I'm saying it needs to be done with custom Forms 2.0 API JavaScript because it's not possible using the UI.

Anonymous
Not applicable

Re: Field value selection issue with visability rule

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.

SanfordWhiteman
Level 10 - Community Moderator

Re: Field value selection issue with visability rule

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.