Thanks for the response, Bruce. I'm not sure I follow though. I know how
to make a field required, but my problem is that the required validation
still fires even if the field is invisible/hidden, not just when it is
visible. So, my goal is to make the field required when it's visible but
not required when it is invisible/hidden.Example: I have a drop down
list that is required when visible. However, the drop down field
presence is conditional based on action triggers. By default the drop
down i...