Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Will the date ("2021-06-01") be the Marketo date or the viewer's date?
Hi everyone, I created some HTML for a landing page that shows different content (in tokens) based on the date. However, I am unsure if the date will be the Marketo date or the viewer's date. Does anyone have reccomendations on how to test this or edit it so that the content will show based on the ...
Thank you, this was helpful! I ended up using this code that worked. #set( $exosomeBrochureDownloadsSList = $lead.exosomeBrochureDownloadsS.split("\s*;\s*") )#if( !$lead.exosomeBrochureDownloadsS.isEmpty() && $exosomeBrochureDownloadsSList.contains("B1") )Get B1 Brochure
#end#if(!$lead.exosomeBrochur...
I am trying to create an email script token for a program with the following workflow: -A checkbox is selected in the Exosome Brochure Downloads field on form FM 01 -That selection is inserted into the email that sends out after the form fill I would like the customer to be able to select multiple...