Are you copying the HTML into the rich text editor without first clicking the "HTML" button in the rich text editor? If you copy the straight HTML into the WYSIWYG of a rich text t...
The easiest way would be to create a smart list that has all known leads ("is anonymous" = false), create a new temporary view that just contains "email address," export the list, ...
Almost, Adam! That "min. number of times" is on the lead level. So that would be triggered when the lead fills out the form on the 20th time and every time that same leads fills ou...
Yes! Text tokens don't filter out abnormal content, so you can use them for abnormal JavaScript.Here's a little guide I threw together: Marketo Token Guide.EDIT: So for email templ...
The problem code is on line 267: img {max-width: 100%;}. I can't tell if it's custom code that's been there before or if it's with the new release—my guess is it's old code. The br...
Tammy, there are a few places you can put it, but here's a spot for you. If you go into the "Form Theme" section and click on the gear, you can get to "Edit Custom CSS." I put scre...
You can edit these with CSS. The selector will be:<style>.mktoForm fieldset {/* css goes here! */}</style>An example of removing the border is:<style>.mktoForm fieldset {border:non...