An undoable reset
A problem with the Reset button is that it’s not undoable.
One way to fix this is to replace it with a “Reset”-link that points back to the page with the form: <a href=“myself.html?randomnumber”> (where “randomnumber” is a random number). This way the back-button in the browser will work as a undo for the reset.