Tagged: CAPTCHA, CONTACT FORM, spam
-
AuthorPosts
-
November 25, 2018 at 9:28 pm #1037463
Hi,
We use just one contact form on our website on this page with avia framework : https://tech-my.biz/contact-agence-transformation-digitale/
The problem is that we receive since one month 50 spams per day wheras we use Captcha which is integrated in your contact form options.
Spams are able to send us massive emails without accept compulsory sections (for example Captcha, Confidential Policy Acceptation, …) so we disabled for 1 week Captcha from your contact form and replaced it by a HTLM section which contains this shortcode : [bws_google_captcha] (from the plugin “Google Captcha (reCAPTCHA) by BestWebSoft”).
But this reCaptcha isn’t compulsory and we continue to receive massive spams.
How can we use it in your contact form please ? We would like to use it as compulsory to stop spammers on our website.
Thanks a lot for your help,
Best regards,
TechMyBiz Team from France
- This topic was modified 5 years, 12 months ago by TechMyBiz.
November 27, 2018 at 11:30 pm #1038279Hey Jérôme,
Are you running Cloudflare or do u have an option to monitor the URLs’ that are triggered when u ping the web site?
Best regards,
BasilisNovember 28, 2018 at 9:38 am #1038372Hey Basilis,
Thanks a lot for your answer !
I confirm that we are running Cloudflare but we don’t know how to use it to monitor the URLs’ that are triggered when we ping our website.
Can you explain us how to use it please and how to activate Google Captcha (reCAPTCHA) by BestWebSoft on our contact form ?
https://tech-my.biz/contact-agence-transformation-digitale/Thanks in advance for your help,
Best Regards,
Jérôme
December 3, 2018 at 8:18 am #1040163Hi,
That plugin is only compatible with their own contact form plugin according to their docs.
Google Captcha (reCAPTCHA) is compatible with Contact Form by BestWebSoft. You can download Contact Form plugin by following the link https://bestwebsoft.com/products/wordpress/plugins/contact-form/.
// https://docs.google.com/document/d/1yTDdMSLqvgATbo5lPzuNn4QRF0EyEPFuLoFB15beMww/edit#
It’s also compatible with the CF7 plugin but you have to purchase the pro version.
If you’d like an alternative, we created an enfold recaptcha plugin here: https://github.com/KriesiMedia/enfold-library/tree/master/customizations/enfold-recaptcha
Get a site and secret key from your recaptcha admin or console, activate the plugin and then go to the Enfold > Google Services panel to register your keys.
Best regards,
IsmaelDecember 3, 2018 at 12:25 pm #1040241Hi Ismael,
Thanks a lot for your reply and your work !
We just installed Enfold Recaptcha plugin, then activated and configurated it on Google Services Panel on Enfold options.
It works on our contact form : https://tech-my.biz/contact-agence-transformation-digitale/
But there are two problems :
1) Validation button disappear. Even though we validate reCAPTCHA.
2) This message “You have to pass reCAPTCHA before you can send the form.” is at the end of the contact form. Can you delete it please ?Could you fix these two points please ?
Many thanks in advance,
Best regards,
Jérôme
December 5, 2018 at 3:07 am #1041048Hi,
Are you sure that you’re using V2? The plugin is not going to work with V3. I added a placeholder or text field so that you can replace the text after the widget. Please download the plugin again and re-install it.
Best regards,
IsmaelDecember 5, 2018 at 1:19 pm #1041199Hi Ismael,
Thanks for your answer! We confirm that we’re using V2.
We deleted old plugin on WordPress then downloaded the new from your link on github.
It is installed now on WordPress but when we try to activate it, an error message appears (you can see it on Private Content in this message).Can you fix it please ?
Thanks a lot for your help,
Best regards,
Jérôme
December 6, 2018 at 11:58 am #1041585Hi,
My bad. A single comma is missing. Please download the plugin again or edit the public/class-enfold-recaptcha-public.php file line 127:
"type" => "textarea"
Add a comma:
"type" => "textarea",
And adjust line 187:
$desc = avia_get_options( 'recaptcha_enfold_desc' );
to..
$desc = avia_get_option( 'recaptcha_enfold_desc' );
Best regards,
IsmaelDecember 6, 2018 at 4:23 pm #1041715Hi Ismael,
A new time, thanks for your work and your time!
We just installed last version of your plugin, and it works on our contact form : https://tech-my.biz/contact-agence-transformation-digitale/
Unfortunatelly, validation button is not here again. Even though we validate reCAPTCHA.
Could you fix this last problem please?
Thanks in advance,
Best regards,
Jérôme
December 7, 2018 at 11:45 am #1041992Hi,
My bad. That plugin integration is fairly new, so I haven’t tested it that much. Fortunately, I found the error.
Just replace “$public_key” with “$secret_key” and “$secret” with “$secret_key”. It should return the validation response properly after that.
Best regards,
IsmaelDecember 8, 2018 at 2:47 pm #1042465Hi Ismael,
Congrats, all works now, that’s perfect and we don’t receive any spam!
Have a nice continuation and bravo to Enfold team for your work, we appreciate a lot!
Best regards,
JérômeDecember 10, 2018 at 5:47 am #1042903Hi,
Great! Glad it’s working.
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
Ismael -
AuthorPosts
- The topic ‘How to configurate Google Captcha in Contact Form because of spamming problem’ is closed to new replies.