Double Submissions after including Google Recaptcha V3 | Community
Skip to main content
New Participant
March 29, 2021
Solved

Double Submissions after including Google Recaptcha V3

  • March 29, 2021
  • 1 reply
  • 4736 views

Hello Everyone,

I have used the following code by @SanfordWhiteman . After adding it to the page it is recording fills out form activity twice and thereby calling the webhook twice. One activity is marked as Genuine and another as Suspicious. Please let me know what might be the cause for this. 
https://codepen.io/figureone/pen/JQPgPE?editors=1010

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

Sorry about that. I had asked them to throw something onto production so I could inquire. The page and scripts have been adjusted on the  testing page 


You have a conflict with Clearbit.

 

Clearbit sets the form to submittable as soon its work is done, so the form submits once immediately upon clicking Submit and then the reCAPTCHA code submits it again after getting the reCAPTCHA fingerprint.

1 reply

Sia1Author
New Participant
March 30, 2021

Hello All,
Any suggestions or modifications?

SanfordWhiteman
New Participant
March 30, 2021

Please link to your actual page.

New Participant
June 3, 2022

I too am having the same issue of a double submission with each form submit. I attended the Webinar and followed the code example. However, my dev team has been trying to figure out why we're getting a double submission into Marketo. The first one will have the token, the second one will not. 

Our current testing page 

 

I've been going back and forth with our dev team testing and tweaking for nearly a week. They're at a loss. I found this thread but didn't see any possible resolutions. Thank you in advance for any help.