Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Any updates on this? We are experiencing a similar issue. Form appears to work on IE, but throws "Submission failed, please try again later" error when using Chrome.
Any updates on this? Would really like the ability to use System, Program and Campaign Tokens in My Tokens. Would also be great to reference other tokens within My Tokens. Other ESP's have this functionality, seems like Marketo should as well.
Thanks for the reply. Unfortunately, when rendered it throws the following error:Cannot get email content-
Encountered "
${mktmail.Optout_text}
@___MKTMAIL___@:END
Trying to render System Tokens in a My Token dynamic URL script. Is there a way to do this?Code sample:#if( $lead.flex1.contains("Target1")) Target Link 1#elseif( $lead.flex1.contains("Target2")) Target Link 2#endThanks!#mytokens #velocity scripting #systemtoken #emai...