SaveFormStatus.js
Save your form status simply.
General description
This lib help you when you need close or refresh the HTML page but can't lost typed data.
How to use
All the input elements in HTML form need has id attribute, the Save Form Status search all inputs, selects and text areas, get the id, input type and value, use the LocalStorage to save form data in JSON format.