complete guide to recaptcha | Community
Skip to main content
Naimish_Dave
Level 2
July 21, 2020
Solved

complete guide to recaptcha

  • July 21, 2020
  • 1 reply
  • 12409 views

Hi,

I want to implement reCaptcha on test landing page and i am following below reference url :

medium.com/@anulals/google-recaptcha-in-marketo-forms-b992fc30d000

 

My Questions as below : 

  1. In this article one of the step is mentioned “Now we need to create a flow to perform operations like add to lead list or send emails etc”. May i know where we should create this?
  2. That webhook and flow, when it will execute? is it at the time of before insert record in marketo?
  3. In my marketo account already everything is configure, even marketo records are sync with salesforce so is it any specific action require for this? like i need to sync only those records which are non-spam record?
  4. If i have implement on test landing page for testing purpose so is it impacted to existing marketo forms or existing setup?

 

Thanks in Advance...

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Thanks @SanfordWhiteman for looking at this for me.

 

TEST reCAPTCHA v3 (codepen.io)

 

Form: TEST-reCAPTCHA v3

 

Embed code: 

<script src="//app-ab04.marketo.com/js/forms2/js/forms2.min.js"></script> <form id="mktoForm_2818"></form> <script>MktoForms2.loadForm("//app-ab04.marketo.com", "769-JYP-784", 2818);</script>
 
Site Key:  6LeZzaEdAAAAAEJXii6QILApb_Rlivw9T7oUDfae
 
 

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

1 reply

SanfordWhiteman
Level 10
July 21, 2020

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.

Naimish_Dave
Level 2
July 27, 2020

Hi thanks for quick reply...

I want to implement reCaptcha V2. Can you please assist me step by step.

SanfordWhiteman
Level 10
July 27, 2020

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.