I have a form that when submitted successfully generates new elements on the page describing the successful form submission and providing the user with some "next steps" information.
This success message element is at the top of the page and I'd like to bring the user's scroll position to this point after they submit the form.
I understand there are a variety of implementation options, and everything I can think of feels like a hack. Any clean and efficient suggestions? Best practices?