Skip to main content

What is the formula to personalize if someone doesn’t have a name registered. Leaving it blank doesn’t work. I’d like it to say Hi there, instead of blank. This is what I am using but I would like it to fix caps if the person hasn’t entered with no caps. 

{{ first_name|default:'Hi there' }}!

Thank you, 

Hello @IamGrateful  You cna use this snipprt for personalization.

 

{{ first_name|default:'Hi there'|title }}

Title will auto capitalize from john to John


Fabulous. Thank you so much! 

 


Reply