Forum
Joomla 5 and Invisible Recaptcha
I think I have this plugin working on my website ("CAPTCHA - Invisible reCAPTCHA" Joomla Project version 3.8). The issue I am having with it is that when the challenge comes up, if one clicks on the background, the challenge disappears. It is not asked for again and the form submits, but fails recaptcha validation. If I complete the challenge, it works fine. I think this is a model behavior of Joomla's. Any idea how I get it to not dismiss the challenge until completed?
Any other suggestions for implementing an easy to use captcha solution for a custom component in Joomla 5?
Hello
You can use re-captcha V3, where there is no challenge.
Alternatively, you can include a simple captcha question in the form, along with its answer in hidden field. After form is submitted, you can check whether the captcha answer is correct or not. Accordingly, process the form or redirect users to the form.