Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks again. I made that change.
@SanfordWhiteman Thanks so much for your help.I had still some issue with the code where I checked for Salutation not being blank at the top of the code and then testing it again in the male/female sections but I removed that check as your code made that not necessary and it is working in all scenar...
Thanks for looking Sanford, but I guess I was not clear in want I am trying to do.I am trying to filter out Herr or Frau so they are not displayed, I only want to show any salutations that are anything but those and not empty.Here is the longer code that has all the pieces if that helps. ##check if...
Hello I have been trying to get an email token working using a NOT operator but the token shows Herr or Frau when the salutation fields does contain these strings and not displaying the default greeting.I have written the code in a couple different ways with the same result.#if ($lead.Salutation != ...
Thanks I guess then I will need 11 tokens each month.
HelloI am trying to add part of the url to a link using an email script token to determine if the user is an investor or advisor to server up the correct page.Here is the token:#if(${lead.contacttype}=="Adviser")adviser#elseinvestor#endI also tried this way for the token:#if(${lead.contacttype} == "...
We unchecked the "HTML Encode Tokens in Emails" checkbox for this field and it is now working for us in both the "From" field with a regular lead.token and in the email body. I found this link that said it was automatically turned on at some point in a release.https://nation.marketo.com/t5/Product-D...
Hi SanfordThanks for the explanation. But if I go the Velocity route to HTML-encode it. I could not understand how to do it in a my.token.I looked at your blog page which I believe you were referring to: https://blog.teknkl.com/yes-you-can-use-emojis-in-marketo-subject-lines/Would you have a sample ...
Are you saying you can't use a regular token here if a name has special characters?{{lead.external_fullname:default=Sales XYZ Company}}I have about 20 sales guys for this region with various special characters.
Hello I am having and issue with adding a token to the from field.The names I am using contains special characters: ö ä û etcThe tokens work in the body of the email but not the "From" field.In the database I have tried switching the characters to from ö to ö and %C3 %B6 but with the same result not...