I\'m trying to disable the backspace button on an order page in all cases except when a textarea or text input is an active element to prevent users from accidentally backin
The most Simple thing you can do is add the following one line in the very first script of you page at very first line
window.history.forward(1);