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.
You can add the main document (a.k.a. referrer in a FoF activity) as a hidden field on the form.Use the code in my comment here https://nation.marketo.com/message/134963#jive-64035...
That is correct. The issue you mention is a tiny minority of the problems out there, but it is worth considering. You should always syntax-validate your SPF record before publishin...
Looks like the editor sees {{system.viewAsWebpageLink}} manully added to the email. That's the reason it won't automatically remove it (it's not "system-managed"). So you will have...
About 1/3 of Marketo users have broken SPF on their zone apex anyway -- even if they ended in -all their SPF record is unusable (not talking about unnecessary inclusion of mktomail...
*You may also need to use formVid instead of formid (they are the same number, see above screenshot).Actually, you must pass formVid when using the /save2 endpoint, and omitting fo...
In going through this again we originally had that you could do progressive profiling with the embedded form. You can do ProgPro with an embedded form. You should have a checkbox t...
The KL HTML isn't technically so known leads don't submit the form, it's used so leads don't see the form fields. The default button that is included in the KL HTML still submits t...
Then you want to only conditionally run form.submit() if the lead is already known; orthe lead is becoming known during this form post (i.e. you are osting their email = identifyin...
.whenReady will trigger whenever a form is ready for use; it will not by itself create a loop. But if you already are redrawing the form after submission, then you will have a loop...