Juergen Posted February 9, 2017 Share Posted February 9, 2017 It would be great if inputfield dependencies would support multiple conditions with OR (see: https://processwire.com/talk/topic/15495-inputfield-dependencies-possible-to-add-multiple-conditions-with-or/) For example: condition1=1||condition2=1 The OR operator could be for example "||" and the AND operator is ",". Best regards 1 Link to comment Share on other sites More sharing options...
LostKobrakai Posted February 9, 2017 Share Posted February 9, 2017 We already have a syntax for that operation: or-groups. But it's not supported by the parsing engine for inputfield dependencies (as well as runtime queries like $pageArray->find() actually). It's also not really an often requested feature. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now