I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
Your page is confusing -- it looks like a Marketo landing page with a form, but you are also doing the MktoForms2.loadForm(), which is for embedding on non-Marketo pages.Please try...
You want:Comment History | New Value: {{system.Date}} {{lead.Comment Capture}} etc...LastSingleComment | New Value: {{lead.Comment Capture }}Comment Capture | New Value: NULL
Well, you'd need both sides, because you need the forms SCRIPT tag as well as the FORM tag as usual, then another SCRIPT tag with the call to load() and all the other stuff in it.
No, I think the form's comment field should still be CommentCapture.You should copy that field's value into LastSingleCommentandinto AllCommentHistory.Then blank out CommentCapture...
Well, Step 7 is the one that sets the current comment to null. Here's the thing: if you delete that step, you cure the problem... BUT if they are using form prefill anywhere and ar...
I second @Rajesh. That's pretty much how it's done.You could in theory also loop back using the Marketo REST API and use some kind of per-lead authentication (like checking that th...
There certainly is an expiration -- expires_in is sent back with the token. This is noted in the docs.I would also reconsider using the REST API for this simpleform proxypattern. I...