This module integrates Google reCAPTCHA V3 into your Drupal site. While manual integration by adding a form element is required for most forms, it includes a Webform Handler for easy reCAPTCHA integration on any webform via its user interface.
This module provides integration with Google reCAPTCHA V3.
This module doesn't allow you to automatically enable reCAPTCHA protection on any form; you will have to manually add a form element of #type recaptcha_element in code.
This module does however provide a Webform Handler that allows you to enable reCAPTCHA protection on a webform using the webform UI.
This module does not rely on any other Drupal module. After comparing/testing several other reCAPTCHA v3 implementations we decided to create yet another one. In our opinion all existing solutions have several issues (mostly related to caching reCAPTCHA verification results, incorrectly sharing these between users and breaking Drupal cacheability).