Here's a simple piece of code to automatically save and restore a form's fields. It saves to localStorage. At the time this was written, it only saves text and radio inputs.
To use it:
$(rememberForm)
The module: jquery.memform.js
Requires jQuery.
Feel free to link directly to my copy.


Recent Comments