Hi,
I want to implement reCaptcha on test landing page and i am following below reference url :
https://medium.com/@anulals/google-recaptcha-in-marketo-forms-b992fc30d000
My Questions as below :
Thanks in Advance...
Solved! Go to Solution.
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
Hi Naimish,
You should wait for my blog post (here on the Products blog) on how to correctly set up reCAPTCHA v3. I've promised — well, promised myself — that it'll be up next week. That old guide isn't workable as it doesn't take a number of critical steps into account.
Hi thanks for quick reply...
I want to implement reCaptcha V2. Can you please assist me step by step.
Sorry, I'm not rolling out v2 anymore, only v3. You'll probably be able to pick up some tips from my v3 article that apply to v2.
Do you have the link to your guide that you are speaking about?
Sorry but I'm majorly backlogged and it isn't out yet.
Was this ever published?
@SanfordWhiteman Did you ever get to write this Guide?
Too backed up, but I can walk it through you over Zoom if you want.
Hi Sanford, did you ever get the chance to walk the user through the Recaptcha setup up over zoom. Just wondering if there is a screen recording of it that way I can follow along. If not could we please set up a time to walk me through it as well?
Also quick question, our company site is already running recapture v3, do I need to still set up a new account to generate new webhook info, or do I just need to coordinate with our web developer to use what already exists.
Thank you!
Wow thank you for the swift reply! Watching it now.
Hello @SanfordWhiteman
I watch the webinar, which was great by the way. However, I cant seem to connect with to the server as I keep getting the (Server Returned code 403) error code.
This the link to the form
https://info.tainstruments.com/Google-reCAPTCHA_LP-Test-Google-reCAPTCHA-V3.html
This is my webhook settings and I double checked to make sure that the keys and response are matching.
Thank you!
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.
Google redirects from http:// to https://. That’s not it.
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?
When you say “past CodePen” do you mean it works on CodePen, but not on your domain?
It does not work in codepen. Sorry for the confusion.
Make sure you've allowed cdpn.io.
I have, but still no dice. I have my custom Marketo form embed set up in the html and the site key in the JS. I don't have the pro version of codepen. Would that have any affect on this?