Description
Savelo Form Autosave silently saves everything visitors type in your forms — text, email, number, textarea, select, checkbox, radio — and brings it back if they navigate away and return, close the tab by accident, or their browser crashes.
All data is stored exclusively in the visitor’s own browser (localStorage). Nothing is ever sent to your server. Zero database queries on the front end.
Features
- Universal form support — works with any HTML
<form>element - Smart exclusion — automatically skips login, registration, password reset, and WooCommerce checkout forms
- Security-first — never saves password fields; respects
autocomplete="off" - Contact Form 7 — saved draft is cleared automatically after a successful AJAX submission
- Configurable expiry — 1 to 90 days; expired drafts are cleaned up silently
- Restore notification — optional, auto-dismissing, fully customisable message
- Clear on submit — optionally delete the draft when the form is submitted
- Custom exclusions — exclude any form by CSS selector, by adding the
savelo-excludeclass, or thedata-savelo-excludeattribute - Zero front-end dependencies — vanilla ES5 JavaScript, no jQuery required
- Assets on demand — scripts and styles are never loaded in wp-admin
- Translation ready —
.potfile included - Clean uninstall — all plugin data removed when you delete the plugin
Privacy
All form data is stored in the visitor’s own browser via the localStorage API. No data is transmitted to your server or any third party. Compatible with GDPR-aware workflows. Users can clear their localStorage at any time via their browser settings.
How to exclude a form
- Add
data-savelo-excludeattribute directly to the<form>tag, or - Add the CSS class
savelo-excludeto the<form>tag, or - Enter a CSS selector in Settings Form Autosave Exclude Forms
Screenshots
Installation
- Upload the
savelo-form-autosavefolder to/wp-content/plugins/, or install via Plugins Add New. - Activate the plugin through the Plugins screen.
- Go to Settings Form Autosave to adjust options (the defaults work for most sites).
FAQ
-
Does this plugin store form data on my server?
-
No. All data is kept exclusively in the visitor’s browser using the Web Storage (localStorage) API.
-
Which form plugins are supported?
-
Any standard HTML form works out of the box. Contact Form 7 has enhanced support: the saved draft is automatically cleared after a successful AJAX submission via the
wpcf7mailsentevent. -
Can I exclude specific forms?
-
Yes — three ways: add
data-savelo-excludeor thesavelo-excludeCSS class directly to the<form>element, or enter CSS selectors in the settings page. -
Does this work with WooCommerce?
-
The WooCommerce checkout form is excluded by default. Other WooCommerce forms (e.g. account registration) are saved normally — you can exclude them individually if needed.
-
Is this GDPR compliant?
-
The plugin stores data only in the visitor’s own browser. No data leaves their device. Users can clear it at any time via browser settings. You may still want to mention localStorage usage in your privacy policy.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Savelo Form Autosave” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Savelo Form Autosave” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.


