Skip to content

Save a Form to Local Storage during form input so if you refresh all data is still there.

Notifications You must be signed in to change notification settings

ianosullivan/SaveFormToLocalStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

SaveFormToLocalStorage

Save a Form to Local Storage during form input so if you refresh all data is still there.

Note you can submit the form with this JS code;

$.post('action.cfm', JSON.parse(localStorage.local_form_data), function(data){
    console.log(data);
})

The action file will have FORM scroped variables

About

Save a Form to Local Storage during form input so if you refresh all data is still there.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published