SOLVED

Re: complete guide to recaptcha

Go to solution
SanfordWhiteman
Level 10 - Community Moderator

Re: complete guide to recaptcha

You can’t put HTML tags in the JS pane in CodePen (it’s already wrapped in a script tag automatically). See https://codepen.io/figureone/pen/be5e575f969e56069a362508d8eef7f4?editors=1010

Cathy_Danahy
Level 2

Re: complete guide to recaptcha

Thanks!  I was finally able to get this to work.

 

In your video you added the 2nd Webhook.  Where should the 2nd Webhook be added?

Cathy_Danahy_0-1642695292011.png

 

My next step will be to add the JS to my Marketo Landing Pages.

SanfordWhiteman
Level 10 - Community Moderator

Re: complete guide to recaptcha

What’s the “2nd” webhook for in this case (I don’t remember the exact sequence in my video)?
Cathy_Danahy
Level 2

Re: complete guide to recaptcha

2 Webhooks:

Google reCAPTCHA v3 Verify v1

  • Response > reCAPTCHALastUserFingerprint

Google reCAPTCHA v3 Verify v2

  • error-cods(0) > reCAPTCHAServerErrorCode
  • success > reCAPTCHALastServerSuccess
 
Not yet success in finding where to add the JS to my Landing Page, created using a custom guided template.
SanfordWhiteman
Level 10 - Community Moderator

Re: complete guide to recaptcha

There’s only one webhook used to verify reCAPTCHA fingerprints.

I don’t understand that first one. The fingerprint value is fed from the client (browser), not mapped in a Response Mapping.
wbarillas
Level 1

Re: complete guide to recaptcha

Hi,

 

I see that in your webhook configuration the google URL has the wrong protocol, it should be https and not http, if you change the protocol it should work.

 

Solved__complete_guide_to_recaptcha_-_Page_2_-_Marketing_Nation.png

SanfordWhiteman
Level 10 - Community Moderator

Re: complete guide to recaptcha

Google redirects from http:// to https://. That’s not it.

Zach_Bollinger
Level 2

Re: complete guide to recaptcha

Hi @SanfordWhiteman,

 

I have been following your guide and webinar to set up reCAPTCHA v3 on our new wordpress site. Currently I am not able to make it past codepen. Our problem occurs in testing when I enter our key. This is the message shows up- "ERROR for site owner: Invalid domain for site key" 

 

I am trying to find out where I went wrong. I setup the keys and domain on google, but still no luck. Am I doing something wrong?

SanfordWhiteman
Level 10 - Community Moderator

Re: complete guide to recaptcha

When you say “past CodePen” do you mean it works on CodePen, but not on your domain?

Zach_Bollinger
Level 2

Re: complete guide to recaptcha

It does not work in codepen. Sorry for the confusion.