Passer la navigation

[Résolu] Does Toolset Forms support Recaptcha V3?

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem:

I want to prevent users from clicking on images to reduce friction and implement Recaptcha V3 with Toolset forms.

Solution:

Toolset does not support Recaptcha V3 directly. However, you can use the "Advanced noCaptcha & Invisible Captcha" plugin, which supports Recaptcha V3. The plugin provides a shortcode that can be added to Toolset forms. After installation, follow the instructions to implement Recaptcha in your custom forms using the provided shortcode. Please note that Toolset is not the developer of this plugin and cannot provide support for its functionality.

Relevant Documentation:

https://wordpress.org/plugins/advanced-nocaptcha-recaptcha/

This support ticket is created Il y a 10 mois et 3 semaines. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Ce sujet contient 1 réponse, a 2 voix.

Dernière mise à jour par Christopher Amirian Il y a 10 mois et 3 semaines.

Assisté par: Christopher Amirian.

Auteur
Publications
#2736761

I don't want users to click on images. It creates friction. Do you support Recaptcha V3?

Also, does Toolset integrate with Akismet?

#2737157

Christopher Amirian
Supporter

Les langues: Anglais (English )

Hi,

No, it is not supported. You are welcome to ask for it as a feature request here:

https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

For now, you can use another plugin that supports recaptcha version 3 like:
- https://wordpress.org/plugins/advanced-nocaptcha-recaptcha/

It offers shortcode so that you can use the recaptca v3 with third-party forms like Toolset. Once you install and navigate to the following URL:
- lien caché

The following instructions are listed:
- If you want to implement noCaptcha in any other custom form
- To show noCaptcha in a form use do_action( 'anr_captcha_form_field' ) OR [anr-captcha]
- To verify use anr_verify_captcha(). It will return true on success otherwise false.

Toolset does not have any integration with Aksimet.

Thank you.