Skip Navigation

[Resolved] Does Toolset Forms support Recaptcha V3?

This thread is resolved. Here is a description of the problem and solution.

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 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.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 2 months, 3 weeks ago.

Assisted by: Christopher Amirian.

Author
Posts
#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

Languages: English (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:
- hidden link

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.