
Has anyone managed to replace the default Captcha solution by Microsoft with the hidden reCaptcha solution by Google?
Hi VladfromcCph,
Event website is built with Angular.
You could disable Captcha option in Event form, then modify captcha component with your own customization.(src\app\components\eventregistration\captcha folder of sample website file)
Here is a tutorial about how to integrate ReCaptcha in Angular.
https://w3path.com/how-to-integrate-recaptcha-in-angular-8/
Regards,
Clofly