You need to wrap your data like this:
<div id="some-id">YOUR DATA TO BE DISPLAYED</div>
and if you do a redirect in your view, you need to redirect the url: /some-url/#some-id
If you are not doing the redirection, you need to scroll through the bottom using javascript (but note that redirecting is recommended when saving data).
source share