Save & Continue for Contact Form 7

Descrição

Save & Continue for Contact Form 7 enhances your CF7 forms with powerful draft-saving functionality.

This plugin allows users to save partially filled forms and return later to complete them. It’s ideal for long or complex forms where users may need more time to respond.

Key Features:
* Automatically saves form data to the browser or server
* Unique resume link allows users to pick up where they left off
* Auto-load saved drafts when a user revisits the form
* Clean and minimal UI with optional “Save & Continue” button
* Optional email feature to send resume link
* Admin settings to control draft retention and perform manual cleanups
* Secure with nonce checks and sanitized input

Instalação

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu
  3. Navigate to Settings dwlscf Save & Continue to configure options
  4. Use [dwlscf-save-button] shortcode in your Contact Form 7 form
  5. Optionally use [dwlscf-save-link-email] to let users email their resume link

Perguntas frequentes

Where is form data stored?

By default, data is saved in the WordPress options table with a unique token. You can also use browser localStorage for lightweight session-based saving.

How do users resume saved forms?

They receive a tokenized link which pre-fills their form on return.

How long are drafts saved?

You can set a retention period in plugin settings. Drafts are cleaned up automatically or via the cleanup button.

Avaliações

Não há avaliações para este plugin.

Colaboradores e desenvolvedores

“Save & Continue for Contact Form 7” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores

Registro de alterações

1.0.2

  • Remvoe few error log

1.0.1

  • Update style
  • Cleanup JS

1.0.0

  • Initial release with localStorage and token-based resume functionality
  • Admin settings and cleanup support
  • Email resume link feature