After submitting a form and moving to a new page, should the back button take you back to a blank form?

Imagine a web app page which shows all your recently submitted expenses (Page A). You then click the primary action button "Add a new expense" which takes you to a form to complete (Page B).
After completing the form you choose t…
share this post : )
Cancel button, reset form or go back?

I’m working on a project where there’s a CRUD table, but the editing takes place in an individual page. In this editing page, if the user presses the cancel button, a modal pops up asking for confirmation before redirecting the user back t…
share this post : )
Wizard/Stepper in mobile app: navigation options in final review step of wizard

I have an 8-step wizard in my app and in the penultimate step, the user has to review all of the choices made in previous steps.
The user may only proceed to the final step of the wizard if the choices are confirmed. The final step is then…
share this post : )
Are there studies on how the back button is used?

I’m wondering if there is some research on how the back button is used in browsers and what their expectations are.
Personally I’ve noticed that I don’t use the back button that much.
In some situations I tend to open links in new tabs ins…