Reloading the page to scroll to top

How can I tell the browser page to reload or refresh so that I am at the top of the page?

My onUtility hook buttons offer options to “Save” or “Save and Add New”

Save appropriately saves the data in my FM file and logs the user out.
Save and Add New appropriately saves the data in FM, creates a new record, and then calls the onFormRequest to give control back to the website. This works great. I have an empty form ready to complete, however, I am still at the bottom of the page where I pressed the button from the previous record.

Suggestions greatly appreciated.
Thanks

Thanks for posting,

BF has a scroll action ( and examples) so you can add that after some event to scroll

https://app.fmbetterforms.com/#/forms/formedetail?id=43D41CD7-E591-9041-9B96-6D2397835C25

Thank you! That worked perfectly.