Sanford Whiteman Here's what I have set up currently: Form with Google ReCAPTCHA prompt Trigger for Filled Out Form which calls the webhook Webhook which passed ReCAPTCHA_Reponse to Google for verification. If success, the Marketo field ReCAPTCHA_Verified is set to 1. I've tested the above and it's working fine. Now, what's next? Do I have another Trigger for Data Value Changed for ReCAPTCHA_Verified? If so, how do you know which form the lead just filled out? Are you storing the form name in some other Marketo field in the Filled Out Form trigger? Does your workflow handle multiple form submissions? For instance, if you had two, three, or four forms that the user could fill out. Would you have to have separate webhooks and triggers for each form to prevent collisions (i.e. submitting two+ forms at the same time)?
... View more