recaptcha_element
843 sites
Security covered
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).