I have a form where all fields are mandatory but some of them are hidded by default and only are shown if specific values were been selected in a previous filed.
In theory, all the visible fields must be completed before the form can be submitted but when i try the form in my front-end is possible to submit it with that “conditional-logic shown fields” without any value.
Example: Form to reserve a event. Customer can reserve as privat or company, as company he have to give companyname AND if he select with invoice the company address.
Send the form fails, because customer privat cant fill companyname/companyaddress.