Hello @vallabh85.
When I use your plugin the file debug.log shows a message wpcf7_add_shortcode
is deprecated since CF7 4.6.
I saw your plugin is still using this function in contact-form-7-confirm-email.php
on line 18/19.
I’m wondering if you are aware of it and if you want to fix it.
If not, it would be wonderfull if you share a repository so I can fix and publish it.
How can I customize the “Email address entered is not valid, DNS resolution failed.” message please?
]]>Hello
Thank you for the plugin but can you let me know how to customize the error message when the emails do not match currently its showing the default error message “One or more fields have not been filled”
]]>Is there an alternative to this plugin?
Thanks!
kraeMit
Hello there,
I’ve made a contactform 7 with an extra field ( your Phone ), and this field works good.
The standard field email is the problem. When I sent the form, a message occur: One ore more fields in the form are incorrect…
The message gives a red box with the message: the emailaddress is not correct, but it is.
I changed the emailaddress, but still I have the same problem,
Do you’ve a sollution? Below I will include the code and the shortcode, perhaps you can see an error?
Shortcode for the form.
[contact-form-7 id=”586″ title=”Stategiesessie formulier”]
Here is the code:
<label> Je naam (verplicht)
[text* your-name] </label>
<label> Je e-mail (verplicht)
[email* your-email] </label>
<label> Je telefoon (verplicht)
[email* your-phone] </label>
<label> Onderwerp
[text your-subject] </label>
<label> Je bericht
[textarea your-message] </label>
[submit “Verzenden”]
Have a nice day.
Christo
]]>Is it possible to send a confirmation email to the sender?
]]>I just discovered that typing the exact same email address but using a different case causes a validation error. However, the address is still the same and would still function. For example, [email protected] and [email protected] would cause a validation error and that really shouldn’t happen. Do you have any intention of correcting that?
Thank you.
Hi,
I was using this plugin until I noticed that it doesn’t seem to be working on mobile. I always get validation errors on mobile. Via the desktop it works fine. Is this a known issue and is there a way to resolve this?
Thanks Jeroen
https://www.ads-software.com/plugins/contact-form-7-confirm-email-feild/
]]>The confirm email field validations are working perfect after adding this confirm email field on desktop and mobile devices. We have noticed that ipad shows a different keyboard while entering confirm email field text and it shows first letter always in CAPS. Can you please help me to fix this?
]]>I installed the Contact Form 7 plugin, and then the Confirm email plugin. It works, but does not show the red error message under the email field; it only shows the validation error message down at the bottom of my form. Also, I noticed that the plugin details gives me a message: Warning: This plugin has not been tested with your current version of WordPress. I don’t know if this might be the problem. Can you tell me what I might be doing wrong, or let me know if you are going to update this plugin if that is the issue? Thanks much! Ann
https://www.ads-software.com/plugins/contact-form-7-confirm-email-feild/
]]>Hi there,
I can’t bring this up to work. All installed, but there is no error message shown. If I add the hack from this board here, the message is shown always, also when the addys match…
Please inform how to set up correct, thank you.
Chris
https://www.ads-software.com/plugins/contact-form-7-confirm-email-feild/
]]>Hello,
Nice plugin! But I have 2 questions:
1/ No error message displayed
I have to manually add:
function confirm_email_messages($messages) {
$messages[‘invalid_confirm_email’] = array(
‘description’ => __(‘The email addresses do not match.’, ‘atypic’),
‘default’ => __(‘The email addresses do not match.’, ‘atypic’),
);
return $messages;
}
Is it normal?
Do I have to add this code on all our websites? Can’t it be automatically added by your plugin?
2/ I have several email inputs in my formulary. I do use confirm_email for a specific input field?
Thanks
https://www.ads-software.com/plugins/contact-form-7-confirm-email-feild/
]]>Hello,
I am using Contact form 4.3 and the latest WP. I don’t get the plugin to work? maybe i am using it the wrong way
is this the right way to implement the plugin?
[email* support-email class:form-control] </p>
<p>Confirm email (*)<br/>
[confirm_email* support-email class:form-control]</p>
regards
https://www.ads-software.com/plugins/contact-form-7-confirm-email-feild/
]]>Hi Support,
This is a useful plugin. But, my site is not in English. I use Polylang.
How to translate the plugin? Can you prepare this plugin for localization? I think .po lang file?
Thanks in advanced. Regards
https://www.ads-software.com/plugins/contact-form-7-confirm-email-feild/
]]>Hi,
when I use any other name than ‘your-email’ within the CF7 email shortcode, your plugin always blocks the message from being sent.
In the wpcf7_confirm_email_validation_filter function the value of the standard email field that should be compared to the value of the confirm_email-field is the value of $_POST[‘your-email‘]. Now the problem here is that the key is hardcoded and the validation fails if you use any other name than ‘your-email’. The key should be a variable representing the custom name used in the email shortcode.
https://www.ads-software.com/plugins/contact-form-7-confirm-email-feild/
]]>Hi,
the plugin works fine, but it’s not displaying any error message when two different mail addresses are entered.
In your code there’s the wpcf7_confirm_email_validation_filter function where you’re using wpcf7_get_message( ‘invalid_confirm_email’ ) to get the error message. But ‘invalid_confirm_email’ seems to be undefined.
When I enter a string instead of the wpcf7_get_message function, the message is being displayed.
https://www.ads-software.com/plugins/contact-form-7-confirm-email-feild/
]]>Hi,
i want to use your plugin but with the newest contact form 7 (version 4.2.) it’s not working. When do you bring out the next update, because i need it very urgent for my client.
Thank you. pixelschupfa
https://www.ads-software.com/plugins/contact-form-7-confirm-email-feild/
]]>