Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
A Community question from Marketo user Randall Tam about generating personalized PDF certificates (for Continuing Education classes and such) sent me back to some old bookmarks to see which service would be quickest to integrate with Marketo LPs.The idea here is to use LPs as your PDF templates. LPs...
If you open a new thread in Products I'll answer over there.
You can't use code like this. The call to loadForm loads the form descriptor (metadata) asynchronously and then injects the form object into the page when it's done.Thus you can't just access the MktoForms2.allForms() collection directly after loadForm() because the form doesn't exist yet.It's a bas...
This post is years old (and has some questionable code). Better to ask about specific objectives in new posts in Products.You might start by searching my Nation posts for the word "Velocity" and also @ blog.teknkl.com/tag/velocity .
As far as Marketo knows, there's only one type of unsubscribe, and that's setting the system field Unsubscribed to true.There will be no way to use canned reports if you do not also manage the system field. You can feel free to use other fields in addition to the system field, but you can't leave Un...
It's one URL, Mike (/2010-04-01/Accounts/{AccountSid}/Messages).It looks confusing because of the way the forum highlights URLs if they're not set to Plain Text.
Wouldn't bother with this method. Use my code at MktoForms2 :: Override Field Order . Open a new thread if you have questions.
It's easier to customize a Marketo form if it's completely destyled to start. A float or margin-left that doesn't seem to respond to !important can drive a designer crazy, and time spent on CSS specificity & cascade behavior isn't well spent.My li'l snippet for removing Marketo's built-in style...
Long-delayed P.S... That's 'cuz it's a statically seeded random number generator. This is a good thing for reproducibility. Like if you're running a simulation in life sciences or whatever, you need a sequence of numbers that's non-repeating and acceptably random across a long range, but you also n...
The concept of treating Smart Lists and Segments as wholly different is already confusing, since Segments are defined by Smart Lists -- SLs with restricted filters, but nevertheless absolutely SLs.I agree with you that leaving out (e) doesn't make sense. To the degree that one is comparing multiple ...