Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ah, sorry Dan, I missed that.I don't see anything that sticks out in the CSS which would interfere...have you tried inherit !mportant instead?What does the element inspector show when you dig into that label?
Hi Phil,This is definitely possible. You can add hidden fields to the form to capture the utm parameters:Set a Hidden Form Field Value - Marketo Docs - Product Docs Then your campaigns in Marketo can use choices based on that field's value to route your leads to different programs.Grant
Hi Dan,You'll want to add "!important" to the end of the CSS rule so it over-rides the form's built-in CSS.Like this:.mktoForm .mktoRequiredField label.mktoLabel{ font-weight: normal !important; }
Hi Gordon,Our professional services team can work with you to enable SSL on your landing pages, images, and files: just email services@marketo.com. There is a charge associated with this although I'm not certain how much. If you don't wish to change your files and pages in Marketo to https, you'll w...
That was my hunch for what the problem was. As you said, most users rely on a workflow to copy the value from the Opportunity to another field on the Account object. For example they'll copy the opportunity's name to a field called "Most Recent Opportunity Name" on the Account.-Grant
Hi Reid,A custom lead, contact, or account field which comes down to Marketo should be available automatically for use as a token in an email.If it was a lead or contact field in SFDC, then the token should appear as {{lead.Field Name}} in Marketo. If it was an account field, it should appear as {{c...
Hi Jessica,The Marketo sync should bring down all leads and contacts it can see in Salesforce, regardless of whether or not they're in a campaign that's synced with a program, with the exception of when the sync user doesn't have permission to see those records in Salesforce. To clarify,This stateme...
That looks like a tracked link out of an email. The number at the end isn't actually the lead ID, it's a unique string which identifies that particular lead, email, and destination URL - there's not a way to search by it. The best way to find out who it is would be to clear your browser's cookies, a...
Hi Jace,You can't import activities into Marketo, so I recommend using the "Delete Lead From SFDC" flow step from the Marketo side. That way it will delete the records in SFDC, but leave them in Marketo so their activity log remains intact. Then you can just sync them back to SFDC from Marketo using...
Hi Gina,This could be caused by a few different things:You said "mass updates", and whenever I see that phrase I think "backlog". It could be that the Marketo sync just hasn't caught up with the changes yet.Is the field blocked from updates in Admin > Field Management? Block Updates to a Field - Mar...