Auto save drupal module

INTRODUCTION
This module enables functionality to persist form's data in browser's local storage and never lose it on occasional tabs closing, browser crashes and other disasters!

This plugin listens for the form change and keyup events and then stores the values of your form controls (except password input) in the local storage and automatically clears the storage on form submit or reset.

REQUIREMENTS
This module not requires the any module.

CONFIGURATION
Goto /admin/config/content/autosaveformsid of your drupal installation
enter comma separated drupal form ids, please don't forget to add edit form ids.

INSTALLATION

  • Copy all contents of this package to your modules directory preserving subdirectory structure.
  • Go to Administer -> Modules to install module. If the (Drupal core) Field UI module is not enabled, do so.

Why should use this module ?

  1. This module works for all types of form as autosave_form module work for entity form only.
  2. This is light weighted module compare to autosave form module as it works with javascript only.
  3. It stores saved form data into browser's localstorage, except password field.


Supporting organizations: 

Project information

Releases