Max
inside my form I have several fields that are marked "required" and depending on other selections are shown or hidden.
In the case they are hidden, the user are not supposed to see them and therefore remain empty.
Therefore sending the forms throws an error message: "This field is required."
Is there a way to avoid that?
Yes, you can add "Disable Validation" to the field's Event Listener if you are using the Listener to hide the field
if the field was not displayed because the Event Switcher blocked it then it will not raise a validation error.
