Here is the template code:
Hello {{lead.First Name:default=Sir/Madam}}, If I put:
Hello {{lead.First Name:default=}}, Then it puts – Hello ,
If we leave off the comma, then it just says Hello. I think Hello by itself is ok if there is no name, and Hello (person’s name) is good, without the comma.
But, is there some code where it will leave the entire thing blank if we have no name, and it will put Hello before the name, if there is a name?