Question
Email Conditionals
Hello,
I'm running into a bit of an issue when trying to apply conditionals. when it reaches the else condition, the lead.First Name is left blank when testing the email.
#if ({{lead.First Name:default=Friend}})
Testt
#else
{{lead.First Name}}, Testt
#end
if some one has some pointers, greatly appreciated.