Anyone got an idea on how I can validate a big custom form? Is there a component for validating a custom form that is this big? You can see all the fields in the table bellow.
I need to use a custom field because there are some parts of the form (e.g. visability rules and ‘confirm password’) functionality that need to be there.
The way I’m validating custom forms is with visibility conditions in the submit button.
Set the first visibility condition → group → set the second visibility condition → group → and so on…
The visibility conditions are linked to the mandatory fields you have in your custom form.
In certain cases, I do have the forms split into two, where it makes sense to do so, where the second part of the form is a pop-up with optional fields.