Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 token, it'll think you literally wanted to output "" to the viewer. When you're creating HTML in a separate area and then...
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, and then do quick calculations in Excel.When you have it exported, you can do "text to columns" separated by "@" and the...
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 out the form after the 20th time. Same with the Program Status is Changed trigger.This is unfortunately not possible out o...
Can you provide a link to the landing page? It's just some CSS that needs tweaking.
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 templates, this works when you're editing the section, but it doesn't work when you're editing the of the email template....
If you click on it a few times, it will stop bouncing for you!
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 breakpoint it's focusing is on 768px, which is why it looks like it jumps twice. When I removed that line, the mobile vers...
Curious! Do you have a link to the landing page to check out the source code?
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 screenshots and the code that you need for this example. Best,Edward Unthank | Founder, Etumos
You can edit these with CSS. The selector will be:An example of removing the border is: Best,Edward Unthank | Founder, Etumos