Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
That's quite a wishlist of features there!I've used DoubleDutch pretty extensively (deployed to a dozen-plus live events with attendees as low as 60, high as several thousand) with Marketo and was happy with the results in terms of tracking activity/engagement, but the payment processing/limited tim...
Hi Courtney,This likely depends on how you've set up the page, but you should be applying {position:sticky} to the CSS of the mktoForm div you're using with a Modernizr (or similar) fallback for older systems. This should be compliant with the way guided landing pages are setup.As Sanford said, bein...
Nah, it's either the person just being used to typing their name that way (or more commonly a list broker who's running improper filters and inadvertently converting emails to use special characters as well.) Given that they don't usually pop up that often with non-list methods, it's usually just a ...
Hi Priyanka,When you refer to needing to customize the from name and email for each lead, is it split in a way where it's the record's owner, or is there another way you want to handle the campaign sender being split?
Hi Dan,My first assumption would be that these are in fact user error and should be translated to ASCII characters. I say this only because RFC 6530, which allows for non-ASCII email addresses, isn't that widely adopted; in fact, as far as I know postfix is the only current mail server that can supp...
Hi Lacy,So good news/bad news here, depending on your outcome. If you currently have your instance of Marketo hooked up to Salesforce, simply create a picklist field (and a second field to hold the text string for "Other") there and have it flow down to Marketo--everything will work exactly as you w...
Hi Allison,Go inside the actual code for the template and look for the following block of text:.formwrap { margin: auto; max-width: 500px; min-width: 200px; text-align: center;}You'll want to alter this to include a background-color like so:.formwrap { margin: auto; max-width: 500...
Hi Amir, For a little more fine-grain approach/not having to read a report every day, you'll need to do some analysis of lead records overall, which Marketo...is bad at. Marketo likes to look at the individual lead rather than your lead system as a whole, so it needs to be tricked into doing this so...
Hi Dave,Unfortunately, the way gclids are encoded don't actually hold UTM data in a way that can be decoded outside of Google's ecosystem. You're going to need to use UTM tracking in order for Marketo to accurately capture the parameter data you want.If you're looking to track offline conversion, th...
Hi Ivan,There's several different ways to make an accordion in CSS, though I prefer this particular code snippet if you're only going to use one element, like a form, as it allows for showing and hiding. Remember to hit "View Compiled" in the CSS window to see the final CSS output rather than Sass.