Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1338343

    Hi, my client wants to use reCaptcha2 Invisible on the Contact Form. I have added the correct keys for this but can’t see an option to integrate with it – only with the standard reCaptcha2. See website contact page link below.

    Is this possible? It should show a floating captcha badge and require no tick box. I tried Contact Form 7 too, but can’t see that exact integration either – do you know how I can achieve this with Enfold? Or any other recommendations for spam filters? Getting too much spam with Enfold Numeric Captcha.

    Thanks,
    Anne

    #1338419

    Hey Anne,

    Thank you for the inquiry.

    You can use this code in the functions.php file to display the badge instead of the contact form message.

    add_theme_support( "avia_recaptcha_show_legal_information" );
    

    Please note that when you are using v3, you will also have to register v2 as a fallback. For more info about the contact form and the spam protection, please check this documentation.

    // https://kriesi.at/documentation/enfold/contact-form/#what-is-captcha

    Best regards,
    Ismael

    #1338548

    Hi,

    thanks for your quick reply. The Captcha I want use is actually a different one – not ReCAPTCHA 2 or ReCAPTCHA 3 – but one called ReCAPTCHA v2 (Invisible reCAPTCHA badge).
    I read about it here: https://developers.google.com/recaptcha/docs/versions

    Do you know about this one? We have selected it precisely in the Google account to get the right keys, but there is no match to select for it in Enfold.

    Thanks,
    Anne

    #1338663

    Hi,

    not ReCAPTCHA 2 or ReCAPTCHA 3 – but one called ReCAPTCHA v2

    That seems to be the same thing. Did you review the documentation that we linked above? Please note that the reCAPTCHA v2 version in theme requires the “I’m not a robot” option, which is stated on the documentation above. If you want to use the invisible recaptcha or if you do not want to display the widget, use v3. Please check the toggles or tabs in this section for more info.

    // https://kriesi.at/documentation/enfold/contact-form/#activate-google-captcha

    Best regards,
    Ismael

    #1338779

    Hi,

    thanks – the post I read said there was another version called ‘ReCaptcha V2 Invisible’ which is different from V2 and V3. The ‘Invisible’ version is the one we have a key for. I don’t want to waste your time on this – I’ll have to look into it further. V3 seems to have a lot of parameters to set which I don’t want.

    Thanks for your help,
    Anne

    #1338830

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.