Scroll top after form submit

Hey, Is there any way to scroll top after form submit?
1 Reply
LeandroFerreira
are you using admin panel? you can use javascript You can also do this, if you are using livewire 3
$this->js('window.scrollTo(0, 0)');
$this->js('window.scrollTo(0, 0)');

Did you find this page helpful?