bs-jsonform
bs-jsonform copied to clipboard
Form auto save and restore
Add a feature to be able to automatically save and restore fields in a form. Save occurs on change or on submit and restores when there is a GET parameter of restoreForm as true in the query string
Extends feature in issue #9
Add options to specify if it should automatically save on a change and/or on submit. Default to on submit if the save_form attribute is true and no other option is specified
Include optional notice if form automatically restored