You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@russfussuk I can't duplicate it here, testing a page reference field with 4 IDs. Are you sure that your page reference field doesn't have any of those IDs selected? (1001, 1001, 1003, 1004)? If so, what is the input type (Inputfield) used by the Page field? And what is the input type used by your conditional (showIf) field? In my case, the Page field is an InputfieldPageAutocomplete, and the conditional field is an an Options field using InputfieldCheckboxes.
When using the 'Show this field only if' field. There seems to be a limit of 3 'OR' options before this feature breaks.
For example, this works fine:
pagefield_ref_id=1001|1002|1003
But this breaks the feature entirely and the field is displayed at all times:
pagefield_ref_id=1001|1002|1003|1004
Setup/Environment
The text was updated successfully, but these errors were encountered: