Thank you very much for your quick response. Please forgive my ignorance, but I can't get it to work.
I uninstalled the previous plugin and installed the new one, activated it, and filled in both Google Keys.
In the global configuration, I selected the new plugin as the default Captcha.
In my form, which is a custom development following Joomla 5's folder structure and namespaces (thanks for your documentation), the reCaptcha symbol does not appear.
However, if I load this code in HtmlView:
$recaptchaOptions = [
'sitekey' => 'mi_secret_code',
'action' => 'submit'
];
$document->addScriptOptions('recaptcha', $recaptchaOptions)
$wa->registerAndUseScript(
'google-recaptcha-v3',
'https://www.google.com/recaptcha/api.js?render=mi_secret_code,
[],
['defer' => true]
);
Then the Google reCaptcha symbol does load, although I'm not sure if it's actually doing anything. What am I doing wrong or not doing?
P.S. How about a new tab in AdminTools Professional, such as Project Honeypot, combining the best of AdminTools and reCaptcha to block malicious IPs?