Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I changed the code so I am comparing 0 instead of "" and seems to be working in the actual sends and test sends. The only issue is that if I look in the preview the token outputs $0 and if I view the email as a webpage it also shows $0. I can remove the view as webpage if needed but is there any way...
Added that code to the script. Here is the output from that.
Below is the new output with the new token with $lead in the script.You needed me to make a new script token with just $lead in the script. That was the disconnect.I hope this is what you are after.
It's one token. Just the dollar amount is the token because it is used in the subject line as well as the body of the email.
Here is the output of the email after I sent it. This is being viewed in Outlook but also comes out this way in other ISPs like Gmail.
I am not sure what you mean. Do you need to see the code of the email where this appears? Here is that. You qualify for these easy scholarships worth: {{my.dollarAmt}} Here is the output that I am seeing:Here is what I see in the preview:Let me know if you need anything else.
I updated the code as you suggested but still having the problem. Here is the new code:##********Finding out if they came through the CoReg#set ($coReg = ${lead.mktocoreg})#set ($coReg2Scp = ${lead.mktocoreg2scp})#if($coReg.equals("niche"))#set ($coRegMkt = "yes")#elseif ($coReg.equals("campusreel")...
I sent a real email and this problems persists. Can you tell me what is causing this and how to fix it?
I have a script in an email that is adding the dollar amount of offers a person is eligible for and showing that in the subject line and the body. When I look at the email in the preview it is working as it should. Here is a screenshot.However, when I send a test email, I am seeing the following.Wha...