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…
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…
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…
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…