Is there a possibility to set a field conditionally as required?
Forums
Conditional required fields
what are you trying to do ?
Max, I have a form with many fields that are set as required. some of them are hidden (or shown), depending on a dropdown selection.
Whenever they are hidden, of course the user will not fill them. As a result, submitting will not be possible and an error message will appear.
Have you a solution advise for that?
Regards
Just disable the fields validation with a listener:
in this case the field validation after submit will NOT be processed
You need to login to be able to post a reply.