Marketo Form Submissions with blank compulsory fields (Almost 50%, Random and hard to replicate)
Hi,
We have Marketo Forms configured with ZoomInfo Form Complete.
The script we use is as follows (Thanks to a thread from SandfordWhiteman here):
<script src="//go.sidetrade.com/js/forms2/js/forms2.min.js"></script>
<form id="mktoForm_4825"></form>
<script>
MktoForms2.loadForm("//go.sidetrade.com", "OURMARKETOCODE", 4825,
function(form)
{
window._zi = {formId: '26163456-d414-4326-86db-8a3a1f085956', formLoadTimeout:4000};
var zi = document.createElement('script');
zi.type = 'text/javascript';
zi.async = true;
zi.src='https://ws-assets.zoominfo.com/formcomplete.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(zi, s);
form.setValues({ "lastReferralCampaignID" : "7015J000000LsTIQA0" })
}
);
</script>
We use the same form on multiple pages, but use the hidden field "lastReferralCampaignID" to route the submissions to the correct campaign.
This worked well on many of our test runs. However, since lately we noticed few complaints from people claiming that they submitted the form many times, but didn't receive anything.
Upon investigation we noticed that very randomly, some people can submit the form, and they get marked inside marketo as submitted the form. However, their submission lacks any fileds and therefore doesn't get added into any of the workflows.
We tried our best to replicate the issue using different browsers Chrome,Safari,Firefox,Edge and Internet Explorer but have been unable to replicate it.

I also noticed a thread in the Marketo community stating that this is related to bot action or Java Script being disabled. But one of the failed submission here is our CMO and none of them failed submissions are bots. And she confirms that she hasn't done anything different to her browser to disable the scripts.

Does anyone know why the fields don't get submitted but still get recorded as a valid submission?
Has this being a common occurence on particular devices, browsers that you know of?
On this particular form we had 38 valid submission with all fields and 26 submissions with no fields.