I want to check that 2 of 5 fields are filled, but I don't know how.
If I put this in conditions, that only checks one of the conditions is true:
OR
- field1 is not empty
- field2 is not empty
- field3 is not empty
- field4 is not empty
- field5 is not empty
there is an easier way that the following?
- field1 is not empty
- field2 is not empty
OR
- field1 is not empty
- field3 is not empty
OR
- field1 is not empty
- field4 is not empty
OR
- field1 is not empty
- field5 is not empty
OR
- field2 is not empty
- field3 is not empty
OR
- field2 is not empty
- field4 is not empty (...)