Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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.
    #1038279

    Hey 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,
    Basilis

    #1038372

    Hey 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

    #1040163

    Hi,

    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,
    Ismael

    #1040241

    Hi 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

    #1041048

    Hi,

    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,
    Ismael

    #1041199

    Hi 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

    #1041585

    Hi,

    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,
    Ismael

    #1041715

    Hi 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

    #1041992

    Hi,

    My bad. That plugin integration is fairly new, so I haven’t tested it that much. Fortunately, I found the error.

    // https://github.com/KriesiMedia/enfold-library/commit/1b106b8eeac38752d245a1f2007712b8abfaba64#diff-102c06701bf28d5e2adada795c59de84

    // https://github.com/KriesiMedia/enfold-library/commit/aa0939d6888339234dd2f2d8045989cbb37c48d5#diff-102c06701bf28d5e2adada795c59de84

    Just replace “$public_key” with “$secret_key” and “$secret” with “$secret_key”. It should return the validation response properly after that.

    Best regards,
    Ismael

    #1042465

    Hi 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ôme

    #1042903

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to configurate Google Captcha in Contact Form because of spamming problem’ is closed to new replies.