Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Show this field only if' limited to just 3 OR options #2050

Open
russfussuk opened this issue Feb 20, 2025 · 1 comment
Open

'Show this field only if' limited to just 3 OR options #2050

russfussuk opened this issue Feb 20, 2025 · 1 comment

Comments

@russfussuk
Copy link

russfussuk commented Feb 20, 2025

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

  • ProcessWire version: 3.0.247
@ryancramerdesign
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants