Hi, when your website will be open for new registrations? Now Im unable to create account and test your plugin.
]]>Hi there,
We are wondering if this plugin could also support email validation at checkout for Easy Digital Downloads Stores?
The idea would be to avoid people checking out with invalid email addresses. Is this something you would consider adding to this plugin?
]]>This new error is now showing up in my PHP logs:
Undefined variable $messt in /home/username/public_html/wp-content/plugins/debounce-io-email-validator/src/Checks/class-debounce-gravity-forms.php on line 65
The Debounce validation does seem to function fine though with the Gravity form.
]]>Hi,
When is this to be fixed so we can get the API??
Thanks
]]>I may help with the translation of the plugin, but it seems not to be properly prepared for localization. Is DeBounce.io interested in this?
]]>This is often happening (strip out email address) even on valid email address, after uninstall this plugins, everything got back fine again.
{ "error": { "code": 400, "message": "Recipient address required", "errors": [ { "message": "Recipient address required", "domain": "global", "reason": "invalidArgument" } ], "status": "INVALID_ARGUMENT" } }
Note:
For my previously reviews I give 2 star, since my review may be too long it somehow disappears. Now I wrote less and update to 1 stars, I hope can have some explanation from the author.
It doesn’t even recognize gmail.com email addresses over the API.
A simple error is just displayed saying “The email does not exist” but the email totally exists.
Your plugin is great but it would be super if it had the config option to also remove public email domains. None of the others do this either so it will give you a small advantage ??
I am not a PHP dev but figured out that adding the following code at line 94 of debounce-io-email-validator/src/API/class-debounce-email-validator.php
// Block all public email addresses
if ($response->debounce->free_email == ‘true’) {
$this->set_is_valid( FALSE );
}
These changes will not survive an update of the plugin.
??
]]>I had to deactivate this plugin because it started causing problems for my Gravity Forms plugin
I had Debounce activated to validate emails through Gravity Forms, and all of my form fields were required, but when a user would come to the website, the only required fields would be First Name and Last Name
I deactivated the debounce plugin, and all my gravity forms now work as they should and are requiring all fields.
]]>Hi, how can I use this plugin with contact form 7? I tried adding the code to functions and the class to the email field like so: [email* class:debounce-mail] but couldn’t get it working. Thanks
]]>