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