Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I use it much to the likes of what you're doing. But we find it very useful for our ABM model in that we alert our reps and ADRs when one of their target accounts is on the site. We normally do weekly email summaries of this info, but with slack open they can get much more accurate response time if ...
wondering if you ever figured this out? I'm having the same issues.
I have a form which utilizes the Hint Text instead of the label (within the field). I added a few Select fields now and the text in them defaults to black/dark grey. I'm trying to find the right CSS mix to get the default value to be a light grey and any selected option after that to go back to the ...
Thanks Justin.To clarify, after the summer release we will be able to have modules that are not used at all? but are available to be 'activated' in to any given email at any given time during/after asset creation?
Do all modules in an email (editor 2) template have to be used in order to be available? I'm trying to create a base email that I can allow my marketers to drag modules to communicate what they need (dependent on channel) ... but the only way I can get my modules to be available is if they're alread...
I put a lightbox embed code for the onclick of a button, but the lightbox form isn't pre-filling known users. I understand why it doesn't on pre-fill on non-marketo pages, but hoping I can add something to the code to pull in some info? Thanks in advance.
An error occurred when procesing the email Rendered_Email_Velocity_Error_Area_?!Invocation of method 'charAt' in class java.lang.String threw exception java.lang.StringIndexOutOfBoundsException: String index out of range: 0 nearand then I call the script in my email using {{my.firstinitial}}What am ...
Sorry, now I'm not sure how to combine both of these; lowercase and first character only.#set ($fname = ${lead.FirstName.toLowerCase()})$display.uncapitalize($fname)#set ($x = ${lead.FirstName})$x.charAt(0)(did not work, obviously)
but I just need it to render as "f" I saw something about a substring to pull just the first character, but not sure how to code that in this instance.
what if I just want the first letter of the first name?i.e. "j"