Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Celine, Just to clarify, are you talking about the default from values defined in admin?Can you confirm that the permission updated is the "access email admin" permission under the "access admin" section of permissions?
Ah I think this might be where my original thinking came from - last time I saw this same result with a client they were doing exactly this. D'oh!
Oop. Thanks for the correction Sanford, clearly my original understanding of this was misinformed.
Hey Nick,Is the page being cookied? If so, what's likely happening here is that each new submission is overwriting the original submission made by the manager (the cookie basically thinks it's one person entering the form and that the new data is a correction to the existing linked record).If you kn...
I had a client need to do this recently and we were able to come up with a not perfect, but workable solution for automating it. We created two tokens: one for the current count of registrations, and one for the maximum count of registrations. Every time the form was submitted, +1 would be added to ...
Hey Kelly, apologies I've been away for a bit. Have you found a solution or are you still having this issue?
Hey Santhosh,Just to clarify, when you say "two different people scores", are you talking about the different scores of two different people, or about the different values in two different score fields for one person?I'm interpreting this as the latter. Sequence of events and frequency of alert is p...
Yeah, that page is controlled by Marketo to ensure consistency across the landing pages, if you want to make changes to it you'll need to either rehost that code yourself (e.g. on your website) or replace the link to the CSS in the template with the whole CSS code in that uneditable page. The benefi...
Hi Kelly,The italics styling on that bit of text is coming from the CSS stylesheet being applied to the template (http://templates.marketo.net/template2/css/style.css), specifically the class applied to that line is the lead class, which has the following CSS:.lead { position: relative; font...
I would create custom owner fields for each brand, and tokens in the "to other emails" field of the send alert flow step, e.g.:You'd need to either put choices in that step to ensure it goes to the right brand owner or know that this smart campaign is only going to touch on that brand. But that's ho...