focus on first validation error

1
I have a form page with multiple 17 input fields with validation, all vertical aligned. At the bottom of the page is a next button. Most of the fields have validation. If the first field is invalid and other fields further in the form are also invalid the form doesn't scroll back to the first validation error with but somewhere halfway. How can we make sure that the page scrolls back to the first invalid field?
asked
1 answers
2

Maybe you can take a look at the 'set focus on error widget' , this might do the trick.

answered