Vertical scrolling after form submit

Hello everybody. I have a landpage where in the middle of it I have a contact form that I created using a Livewire component with the Form Builder in it. When I click on the submit button and it generates a validation error, when I return to the page it scrolls all the way to the end and stays there. To see if there was an error, I have to scroll up to the form again. Does anyone know how to solve this scrolling problem after submitting the form?
4 Replies
joao nivaldo
joao nivaldo2mo ago
Please, does anyone know how to resolve this behavior?
Dennis Koch
Dennis Koch2mo ago
Hm i guess this should scroll to the validation error.
joao nivaldo
joao nivaldo2mo ago
Do you think there is a way to fix this?
Dennis Koch
Dennis Koch2mo ago
I don’t know about your error 🤷