I'm trying to validate that all required fields are filled out before enabling the Next >> button.
On the Next button, I created a formatting rule with the following condition:
The problem with this is that only field2 disables the button when empty, and nothing happens when field1 is empty.
Question: How can I use isNullOrEmpty() option for a multiple fields.