PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. Form
  4. Contact Form 7 Confirm Email Field
Contact Form 7 Confirm Email Field icon

Contact Form 7 Confirm Email Field

Add a confirm email field to Contact Form 7.

By vallabh vyas·Form·Free
4.3(6 reviews)
·2.0K+ active installs·Updated 10 years ago
DownloadVisit HomepageCompare

As of April 2026, Contact Form 7 Confirm Email Field is a WordPress form plugin with 2.0K+ active installations and a 4.3/5 rating from 6 reviews. It has been downloaded 17K+ times in total. Requires WordPress 3.8+ and PHP false+. Available on WordPress.org since 2015. Last updated 10 years ago — may have compatibility concerns. Downloads are up 22% this week. Top alternative: MC4WP: Mailchimp for WordPress.

4.3/56 reviews
2.0K+active installs
17K+total downloads
11 yearssince 2015

Overview

This “Contact Form 7 confirm email field” plugin extends the “Contact Form 7” plugin to verify email address which is entered second time.

confirm email field for Contact Form 7 add the double check email field to your form and verify email match with the CF7 Ajax validation.

Double email check

This plugin add a new field in Contact Form 7 called “confirm_email” that allow to do a double email check when submitting the form. The new field will ask to users to confirm their email by typing it into a second field.

If you want to do this in your form, you only have to add the “confirm_email” field into the CF7 form and enter the email field name you want to check. The validation is done by the CF7 Ajax-powered style: when submitting form CF7 wi…

Read full description on WordPress.org

Screenshots

Ratings & Reviews

4.36 reviews
5 ★
4
4 ★
1
3 ★
0
2 ★
1
1 ★
0

Recent Reviews

Doesn’t Confirm Email
by Hydro1313·9 years ago

I generated the tag using the email name field to check for a match and it will not work. Every form submission with unmatched email addresses went through with no errors. I tried tweaking the tag to see if it can be resolved but it doesn’t work. Not sure why it wont work but I will have to deactivate this plugin and delete it.

  • This topic was modified 9 years, 2 months ago by Hydro1313. Reason: Spelling error correction
GREAT, but Some additional code… needed to get from 4* to 5*
by darlio·9 years ago

I really like this very efficient and easy plugin.

Some code should be added to get the full features :
– A RED text saying that the email is wrongly written.
– Style completely similar to the email field of CF7.

Hope this helps ! And thank you to Author to adapt his code more or less as described, or better…

(Code bellow is partially given by KliffBlack)
———————————————————-
———- Here is the code and where to put it ———-
———————————————————-
<<<< Getting the message about wrong match >>>>

1. Open the php file
–> Named : contact-form-7-confirm-email.php
–> In folder : […]wp-content/plugins/contact-form-7-confirm-email-feild (yes, f e i l d, this is a typo from the author of the plug in)

2. Add the filter:
–> What : add_filter( ‘wpcf7_messages’, ‘confirm_email_messages’);
–> Where : at line 24 (for example, must be with the others)

3. Add the function it refers to :
–> What :
//add error message
function confirm_email_messages($messages) {
$messages[‘invalid_confirm_email’] = array(
‘description’ => __(‘The email addresses do not match.’),
‘default’ => __(‘The email addresses do not match.’),
);

return $messages;
}
–> Where : at line 109 (for example, must be outside an existing function.

<<<< Making the confirm_email input field look like the email one >>>>
What : $class .= ‘ ‘.wpcf7_form_controls_class( $tag->type, ‘wpcf7-text’ );
Where : at line 50

  • This topic was modified 9 years, 6 months ago by darlio.
Great when fixed, but poorly maintained
by kliffblack·9 years ago

I submitted below comment on an open support request that is about 2 months old:

This seems like it would be a really nice plugin if the author would maintain/fix it. I am NOT a coder, but I waded into this because I really think this sort of validation is valuable.

I found the comment by aswitahidayat to be correct. There was no message in the code for invalid_confirm_email. Digging back into a much older support thread, I found this:

add_filter( ‘wpcf7_messages’, ‘confirm_email_messages’);

function confirm_email_messages($messages) {
$messages[‘invalid_confirm_email’] = array(
‘description’ => __(‘The email addresses do not match.’),
‘default’ => __(‘The email addresses do not match.’),
);

return $messages;
}

After some fiddling around, I determined where to insert the “add_filter…” and “function…” pieces. Plugin seems to work now with WPv4.5.2. What I don’t understand is why the author says he fixed this some 8 months ago, but the above fix is not in the plugin I installed today. And the same problem is reported 2 months ago.

I would love to up this rating to 5-stars, and I will if I become convinced that the author is properly responding to issues and committing fixes he says in support are done, but in fact are NOT in the plugin when downloaded.

good plugin
by lukaborna·10 years ago

Thanks

It works!
by team-ok·10 years ago·1 reply

Nice little plugin!

Download Trends

Today: 3Yesterday: 2This week: 28Period total: 1K

Compatibility

WordPress3.8+ requiredTested up to 4.3.34
PHPfalse+ required

Version Adoption

v1.2
100.0%

Top Alternatives to Contact Form 7 Confirm Email Field

MC4WP: Mailchimp for WordPress icon
MC4WP: Mailchimp for WordPress
4.81.0M+ installsUpdated 1 week ago
ViewCompare
MW WP Form icon
MW WP Form
4.1200K+ installsUpdated 1 week ago
ViewCompare
MailerLite &#8211; Signup forms (official) icon
MailerLite – Signup forms (official)
3100K+ installsUpdated 1 month ago
ViewCompare
Newsletters, Email Marketing, SMS and Popups by Omnisend icon
Newsletters, Email Marketing, SMS and…
4.8100K+ installsUpdated 2 months ago
ViewCompare
Conditional Fields for Contact Form 7 icon
Conditional Fields for Contact Form 7
4.8100K+ installsUpdated 1 month ago
ViewCompare
View all form plugins →

Frequently Asked Questions

Changelog

1.2 – 18/08/2015

View full changelog on WordPress.org

Contributors

vallabh vyasvallabh vyas
Plugin Info
Version
1.2
Last Updated
Dec 2, 2015
WP Requires
3.8+
Tested Up To
4.3.34
PHP Requires
false+
Active Installs
2.0K+
Downloads
17K+
Added
May 22, 2015
Business
Free

Tags

formconfirm emailcontact form 7cf7 confirm email fielddouble check email plugin

Developer

V
vallabh vyas
1 plugins0.0M+ total installs
View all plugins →

Quick Compare

Contact Form 7 Confirm Email Field vs MC4WP: Mailchimp for WordPress→Contact Form 7 Confirm Email Field vs MW WP Form→Contact Form 7 Confirm Email Field vs MailerLite – Signup forms (official)→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.