Make Form Fields Required Based on Conditional Visibility?

Is there a way to make a form field required, but only if it is visible based on the conditional visibility setting?

I think conditional disable rules will do what you want on required fields.

You would basically have to disable a field as well as hiding it, which would mean that the requirement wouldn’t be enforced when the field is hidden (because it is also disabled).

Seems to work on my end, but haven’t tested thoroughly.

1 Like

That totally worked. Thank you!