This plugin adds a double opt-in functionality to CF7 forms.
Adds double opt-in functionality to CF7 forms submissions. Double opt-in means that form submitters have to confirm their identity by their email account. The plugin is ready for translation.
Double opt-in dependencies
This plugin is an add-on to Contact Form 7 plugin by Takayuki Miyoshi.
Functionality of this plugin also depend on installing and activating one of the plugins, which saves Contact Form 7 submissions to WordPress database. At the time, compatible plugins are:
Note that BOTH Contact Form 7 and one of the listed above plugins are required for double opt-in functionality to work.
Help and Docs
The first and most complete documentation is located on plugin official page.
If you’re a developer, feel free to take a look at the plugin page on GitHub repository.
You can also seek for help on WordPress support forum.
Plugin features
Additional enhancements
Apart from its main feature, Double Opt-in for CF7 adds some functions you may find nice and useful:
What is double opt-in and why use it:
Double opt-in is the safe way of receiving site visitor’s submitted input. Used with contact forms or online questionnaires or with user registration, it helps to reduce spam submissions. With GDPR laws, double opt-in is a strongly recommended way of getting user data. Because submitters have to confirm their identity from their email address, you can reduce risk of processing personal data without permission. Double – means here that user submitting the data has to give consent by checking checkbox option and additionally confirm their email-address.
Do not forget to set acceptance field in your CF7 form if GDPR is in concern!
How Double opt-in form works:
When someone fills and submits a form with double opt-in functionality, the first CF7 email goes back to THEM. There is a confirmation link in that email, which the submitter has to click on or paste in their web browser. The link has two encrypted parameters: submission serial number and submitter email address. The page with “opt-in” slug validates the parameters with submission stored in WordPress database and initiates sending of final emails to recipient set in “All Opt-In Forms” settings. If validation fails or when submission has expired, no emails are sent. If there are no specified parameters in the URL, visitors of the “opt-in” page are redirected to “404” page.
Plugin translation
Double Opt-In can be easily translated. It is released with the translation to Polish language.
cf7-optin
folder to the /wp-content/plugins/
directory in your WordPress installation.You will find new submenus: All Opt-In Forms and Double Opt-In Settings in Contact menu in your WordPress admin screen.
Basic help and instructions can be found on Double Opt-In Settings admin page.
For detailed plugin documentation, please visit plugin official page.
No. This plugin works only with Contact Form 7 which is one of the best and flexible plugins.
For the time, yes. Submissions must be stored somehow by the time of confirmation. I’m working on a built-in solution with automatic submission data removing when form expires, but it’ll take some time.
No. You can be only certain that this person has access to emails in submitted email address account. This usually means being an account owner and is considered as secure contact confirmation. Just remember that it doesn’t really mean that the rest of information submitted with your form has to be true/legal or whatever.
Yes. It’s as accessible as the core WordPress admin area. The optional custom file upload input is also built with accessibility in mind. All the options and settings can be easily used with screen readers, and the color contrast meets Web Accessibility Initiative standards. If you find some elements of plugin UI that need improvement, please report them on support forum.
No. At least now, CFDB7 doesn’t offer a hook to modify CSV output. There is a solution in their support page, but it requires direct plugin file modification.