Skip to main content

All Questions

3 votes
3 answers
14k views

Correct way to integrate reCAPTCHA with Angular 4

I'm trying to integrate an Invisible reCAPTCHA with my Angular 4 form. In the TS part of the component I have a function like this: onSubmit(token: string) { alert(token); } And my HTML looks ...
Robert Hegner's user avatar
0 votes
0 answers
376 views

How do I delay reCaptcha being marked valid until the backend check is done?

I'm using DethAriel's ng-recaptcha module to implement reCaptcha No Captcha in my reactive form. The docs don't do a great job of explaining where the backend check would occur. The reCaptcha widget, ...
isherwood's user avatar
  • 60.4k