@SanfordWhiteman,
The payload is sent to LeadCapture as key=value params in the POST URL, so that's OK.
So the question is, if this works 99% of the time, what are the possible r...
So, we've been experimenting with POSTing our form submission data directly to `/index.php/leadCapture/save2. We are interested in doing this because we have our own custom form jo...
Yep! right again! I'm glad to get this resolved. And you were right about the URL params, it parsed that automatically (thank god). Lastly, are you aware of any special documentati...
Thanks Sanford Whiteman you are correct. I actually figured part of it out, by poring over Marketo forms2.js · GitHub I found that `_mktoReferrer` will set the value in the Activit...
Hey yall, i'm in a real pickle. So I need to send a payload to Marketo and i need to set the "Referrer URL". The site domain is coming through ie. example.com, but I need the full ...
Cool! I'm going to give this a run! Thanks! Do you know of any reasons why `submit()` or `onSuccess()` would not execute? We of course are submitting the marketo form in the backgr...
Doesn't anyone know how to catch marketo submission errors using the JavaScript API, when `save2` does not POST?We are submitting our Marketo forms using the JS API, and are having...