Required fields and Conditonal Logic

I believe this is possible with standard Gravity Forms, can someone confirm?
(trying to figure out if my issues are caused by 3rd party plugins)

It is possible to make conditional fields required, so that when the condition for displaying a required field is met, the user cannot continue without filling it out.

If the condition is not met then the field will not be displayed and the user will be allowed to continue without filling out the field.

You can keep the field required. It works for me.

Hi Simon. If a required field is hidden by conditional logic, the form can still be submitted even when that field is still required. When hidden by conditional logic, the value is not considered at all when the form is submitted.

1 Like

Thank you Dere and Chris.