Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Yep! Your CSS solution is actually more elegant. My solution ties into a more narrow confine which I had to work within since I was handed a landing page with no Marketo Forms element hence I am not using MktoForms2.whenReady or MktoForms2.whenRendered instead I ended relying on Window.*. I also k...
In case anyone is looking for the javascript to show something like Unsubscribed in more user-friendly text, read on:The javascript used to convert "1" and "blank" into more user friendly text such as "Yes" or "No" is as follows:The mechanism here that changes the text is the last line "document.get...
When merging 2 leads using the API, I am getting 611 error code with "Failed to merge leads" as the status.I understand that this is likely due to a failure on the CRM side, but the result in Marketo is still mind-boggling. The result of this API call is that the surviving record remained and the m...