Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages