Duplicate records in the activity log | Community
Skip to main content
Level 2
August 22, 2024
Solved

Duplicate records in the activity log

  • August 22, 2024
  • 1 reply
  • 1000 views

Hi Marketo,

We have a web form that has been randomly submitting duplicate records in the activity log. We have had this web form for years but have only started seeing this issue in the last couple months or so. When a user submits a web form it shows 15 or sometimes 30 records in the activity log showing the exact same "Fill out form" and each one is recorded at the exact same minute. Its random. Sometimes we only see a couple in one day, and then no problems for a few days, and then one or more on another random day. When I test the form I dont see any issues in the activity log. The only thing that sticks out is that in the records that show duplicates, the first shows the "Fill out form" record with a reCAPTCHA score of "Trusted". And then all of the other duplicates show the score as "Failed" and the reCAPTCHA error message of "timeout-or-duplicate”. Is there some issue with Marketo and reCAPTCHA that would cause these duplicate records in the activity log? I also noticed this unsolved thread where a few people commented with similar issues. We use the Marketo form javascript API to display the form on this page.

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

You’re using a modified copy of the Forms 2.0 library and a lot of questionable — not to mention minimized to the point of unreadability — code built on top of that. It’s just not reasonable to troubleshoot such a setup via the community.

 

On the other hand, if you can reproduce the problem with the standard Forms 2.0 embed + the supported Forms 2.0 JS API, we could look further into it.

 

I’d suspect you have a loop that’s continually calling .submit() on the form object.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
August 22, 2024

You’re using a modified copy of the Forms 2.0 library and a lot of questionable — not to mention minimized to the point of unreadability — code built on top of that. It’s just not reasonable to troubleshoot such a setup via the community.

 

On the other hand, if you can reproduce the problem with the standard Forms 2.0 embed + the supported Forms 2.0 JS API, we could look further into it.

 

I’d suspect you have a loop that’s continually calling .submit() on the form object.