Is there a way to prevent the back button from going back to the form input page after it has been submitted?
I want the flow to be like this:
orders
-> orders.list
-> orders.entry
-> orders.details
-> (back) orders.list, but it goes back to orders.entry
and
orders
-> orders.list (back to here)
-> orders.details
-> orders.entry
-> orders.details
-> (back) orders.list, but it goes back to orders.entry