Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I did try that and unfortunately, that did not work. I first tried saving each emoji as a separate script but then the preheader would not appear at all. Also trying the entire preheader as one script i.e.📝 Earn Cash Just by Completing Free Surveys Online! 💰Gave me the same result and nothing show...
So that bracket has been fix. Here is what I am putting into the script for the clipboard emoji=?UTF-8?Q?=F0=9F=93=9D?=Here is the code for the moneybags emoji=?UTF-8?Q?=F0=9F=92=B0?=I also on a hunch tried putting the actual emoji into the script (without the utf code). That did not work either.
Unfortunately, that did not work. I also tried saving the raw emoji as a text file, then rich text file in the tokens window and those did not work either. FYI, I am putting this code in my styles tagspan.preheader { display: none !important;} Then the following after the body tag.{{my.clipboardemo...
Has anyone had success in putting emojis in the preheader? I have been able to do it in the subject line by following the method here https://blog.teknkl.com/yes-you-can-use-emojis-in-marketo-subject-lines/?marketo-nation but when I follow the same method for the preheader, the code renders and not ...
Here it is.#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#set( $ret = $calNow.setTimeZone($defaultTimeZone) )#set( $calConst = $field.in($calNow) )#set( $ISO8601 = "yyyy-MM-dd'T'HH:mm:ss" )...
The dates are working correctly and being formatted the way I would like them. It seems that the last sticking point is the this line #if( $activity.activityStatus.equals("Completed") && ($UpdatedDate_formatted == $myLastMonth) )Seems straight forward but when I test it, the page comes out blank
That didn't work for me. I took out the braces and replaced them with parentheses as you instructed. I have tried variations but here is where I began.If I could ask you to produce the code that would give me the results for last week (S-S) or Last Month I would appreciate it. Below is the code. #se...
That worked, thanks. Now, for the second bit. For the code below, I added the timezones and the necessary elements mentioned in your article. Then I set the parameter for Last Month, Last Week, and then tried to format them along with the "updatedDate" in the sPAdActivity_cList table. Then in the fi...
Been working on this all day and not making any progress. First, trying to get rid of the quotes, I have tried different versions of the following. It is still putting quotes around the description. ## filter sorted list into new list#set( $completedActivityList = [] )#foreach( $activity in $sorter....
Starting a new thread for this question. With a lot of help I have a Velocity script that will list all the activities a member has taken and add up the points that they have earned. The code is here:## filter sorted list into new list#set( $completedActivityList = [] )#foreach( $activity in $sorter...