# Auto Save Form

This module automatically stores and recovers form values to prevent
losing data when editing an form.

The plugin listens for the form change and keyup events and then stores
the values of your form controls (select, input, and textarea) in the local
storage and automatically clears the storage on form submit.

## Installation
1) Copy all contents of this package to your modules directory preserving
subdirectory structure.