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,