- Issue created by @robpowell
Per π Ensure visibility of invalid fields (JS) RTBC , it added frontend validation for required fields on multiple tabs. However, if there are multiple tabs with multiple fields you don't get prompted/pushed to the next tab to fill out the required field. Instead, the page will submit, and you'll experience server side validation.
I think this is fine but would appreciate consistency and expect all required tabs to be validated in the fronted.
Regardless of the number of required tabs, form validation occurs in the front end.
Active
4.0
Code