Auto Submit Marketo Form if a person visit again
Hi there,
I am using a form on many landing pages and want to auto submit the form in case it's pre-filled with information. I tried it using below code but it's not working. Any idea what i am missing?
<script>
MktoForms2.loadForm("//app-sj08.marketo.com", "897-EWH-515", 2230);
MktoForms2.whenReady(function(form) {
form.submit();
});
</script>
Thanks in advance!
