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 $...
Added that code to the script. Here is the output from that.
<div class="mc-ip-hide"><div style="color:#000000; font-size:12px; text-align:left; font-family:Helvetica, Arial, sans-...
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...
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.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
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...
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 ...
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 p...