Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
We have a Marketo email made available to sales reps in Salesforce, using Sales insight. When a user copies a block of content from a separate email (bulleted list with links) then pastes it into the Sales Insight email, formatting can often get pretty chewed up. Which is understandable, but also a...
We have a few emails that are pulled into the Salesforce "Sales Insight" area, so that a salesperson can add their own copy and send to a small group. Is there a way to give them the ability to add / duplicate / remove sections (modules) within Sales Insight? My hunch is no, but there may be someth...
We have a Marketo contact form embedded on our website. As we go through site redesign, we want to add a multi-line text field for the user to include comments/questions/ etc.... just like any normal contact form would have, not just a Call-to-action form.I was about to set this up, but a small iss...
I'm exploring different options, and wondering if maybe I can do this easily in Marketo.We want to put a form on our website with multiple choices, and only show one question at a time. There would be two paths, based on the first couple questions: If they chose A, then cycle through questions 1 - 3...
I was hoping to solve this problem with segmentation... but realized that I can't, if the user makes multiple choices. But I'm not finding Velocity syntax for what seems like it should be a simple thing:If person's field contains "a" do "x" ... and a multiple, if contains "a" and "b" . IThis is base...
Before I go making several test fields that don't work, I figured I'd ask here...I've added a Checkboxes field to a form so the user can make multiple choices ( with underlying numeric value 1, 2, etc.). The lead's underlying field for this choice is currently an integer type. But that doesn't recor...
hopefully a quick one. I'm just trying to find syntax somewhere for a little velocity script I have. Right now it's just a series of if/else statements. I'd like to include an or inside one of these. But I'm not really sure of the proper syntax for this.Basically, I'd like to change this:#elseif(${l...
Here's our scenario: A lead receives an email, sending them to a landing page. On the landing page, is an iframed piece of content. This content contains a token from the lead, that populates the correct iframed content for them. Then....They forward their email to person #2 ... or, maybe they send ...
We have two formula fields that we use to generate different signatures based on various criteria. One formula field is for html emails, the other is for plain text emails. One issue we have is that there doesn't seem to be a way to add a new line into the string we have for the value in each rule. ...
I'm trying out a solution posted here: https://blog.teknkl.com/polymorphic-tokens/Everything seems fine while previewing in Marketo, but when I send a test (html and text) to my Outlook or a Gmail acount, the Text version is giving html version, written out. It looks like the script fires, but only ...