grabs the web page the form was filled out on, not overwritten on multiple form submissions
Hello
I am having an issue where when a form is submitted it is not it does not overwrite the field when the form is filled out the second or third time. It always remains as the first submission.
I am using the LastFormURL added through addHiddenFields method that I read about on a nation post:
Here is the code that I am using that is added on a non-Marketo page:
MktoForms2.loadForm("//pages.to.xxxxxx.com", "xxx-IAP-xxx", 3341, function(form) {
form.addHiddenFields({ formLastURL : document.location.href })
});
The field formLastURL is set Block Updates From: None
Hoping for some insight to fix this.
