Writing Captcha Values to Marketo Fields

kenmckown
Level 2

Writing Captcha Values to Marketo Fields

We recently activated reCaptcha into our Marketo instance. I noticed that the three values it captures are actually recorded as constraints. I was wondering if there was an easy way to write those values to fields within Marketo.

 

I have created a Smart Campaign to trigger off a form filled out and for example the Captcha Provider is not blank. How can I transfer that value to the field since I cannot write it.

 

 

5 REPLIES 5
SanfordWhiteman
Level 10 - Community Moderator

Re: Writing Captcha Values to Marketo Fields

Do you mean the reCAPTCHA score and other Google-originated values?

kenmckown
Level 2

Re: Writing Captcha Values to Marketo Fields

Yes, basically the three fields that are captured from the reCaptcha.

 

SanfordWhiteman
Level 10 - Community Moderator

Re: Writing Captcha Values to Marketo Fields

The only way you could do this is by calling a webhook to in turn use the Marketo REST API to grab the form submission details.

Michael_Florin
Level 10

Re: Writing Captcha Values to Marketo Fields

The simple man's solution might be to set up a few trigger Smart Campaigns and manually write "FAILED", "ERROR" and so on into lead fields with Change Data Value Flow Steps:

 

Michael_Florin_0-1715171531674.png

 

Michael_Florin_1-1715171662710.png

 

 

kenmckown
Level 2

Re: Writing Captcha Values to Marketo Fields

So here is an interesting tidbit. This was my original plan, so I created three fields in Marketo for the values:

kenmckown_0-1715357200359.png

Somehow Marketo starting populating these fields with the values without me creating any sort of trigger. Is this a hidden feature?