Question
Can you make a field required based on the value of another field?
I have a form where if a checkbox is selected, I would like to make the email address field required. If the box is not selected, it is not necessary for the user to provide an email address, but the field should always be visible and editable. Is this possible?
