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.
Do I have to ask for the receiver's email address even if the form was requested from the email?
No.
The mkt_tok takes care of associating the form submission. You do not need the...
None of those. You only work with $License_Group__c inside the loop, otherwise it does not exist in the Velocity context and will be null.
So closest to the 3rd one, but any refer...
If you want Salesforce to be the source of truth for SM surveys, shouldn’t you be using their SFDC integration? Only so much you can do if Marketo is getting first dibs.
There is ...
That JS is pretty bad (its attempt to wait for the Forms 2.0 library to be loaded is plainly buggy) but more important, it has nothing to do with KV HTML. And that JS isn’t even lo...
That’s in line with what I was saying. You have a list of objects: $License_Group__cList. You have to loop (#foreach) over that list. You don’t have an object $License_Group__c unl...