-
AuthorPosts
-
February 2, 2022 at 3:32 am #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,
AnneFebruary 2, 2022 at 11:28 am #1338419Hey 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,
IsmaelFebruary 2, 2022 at 11:56 pm #1338548Hi,
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/versionsDo 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,
AnneFebruary 3, 2022 at 11:24 am #1338663Hi,
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,
IsmaelFebruary 3, 2022 at 11:16 pm #1338779Hi,
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,
AnneFebruary 4, 2022 at 9:22 am #1338830 -
AuthorPosts
- You must be logged in to reply to this topic.