Hello,
We implemented a reCAPCTHA solution however are now noticing duplicate submissions (one success one failure) from the webhook implementation of reCAPCTHA. I'm not sure why this is running twice and wondering if anyone else had something similar happen to them. Appreciate any starting points!
Forms are being submitted twice, even after clicking the submit CTA once.
Due to the above, Google reCAPTCHA is identifying the first entry as valid and qualifying that to the success list (in the program). While the second form submission, which happens in a matter of seconds, is categorized as a duplicate, identified as a bot and gets added to the failure list in the program.
While testing we created a LP without any JS/without using our landing page templates (blank page with just the Marketo form on it), while filling out the form, there were no duplicate form submissions, the program was working as per expectation. Therefore we narrowed down the issue to the scripts on the LP templates which get fired whenever there is a form submission.
... View more