Linux 软件免费装
Banner图

Savelo Form Autosave

开发者 martinetproparis
更新时间 2026年5月17日 01:11
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

form contact form 7 autosave draft localStorage

下载

1.0.0

详情介绍:

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 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
  1. Add data-savelo-exclude attribute directly to the <form> tag, or
  2. Add the CSS class savelo-exclude to the <form> tag, or
  3. Enter a CSS selector in Settings → Form Autosave → Exclude Forms

安装:

  1. Upload the savelo-form-autosave folder to /wp-content/plugins/, or install via Plugins → Add New.
  2. Activate the plugin through the Plugins screen.
  3. Go to Settings → Form Autosave to adjust options (the defaults work for most sites).

屏幕截图:

  • Frontend restore notification — discreet, auto-dismissing after 6 seconds.

升级注意事项:

1.0.0 Initial release.

常见问题:

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 wpcf7mailsent event.

Can I exclude specific forms?

Yes — three ways: add data-savelo-exclude or the savelo-exclude CSS 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.

更新日志:

1.0.0