Hi,
in my extension pastebin there is the ability to ask for a Captcha if you submit new snippets:
https://github.com/phpbb-de/phpbb-ext-pastebin/ branch 3.2.x
If have implemented here
https://github.com/phpbb-de/phpbb-ext-p ... n.php#L320
But it does only work for GD images, simple images and Q&A.
Recaptcha is not working, only the message "please solve it" appears, when you submit the Form and a invisible recaptcha v2 is used.
Has anyone an idea why it is buggy? Do I miss something?