Skip to content

How to handle the comma after name when fallback

edited July 2013 in Troubleshooting

In my campaign I often include name if the name exists, but omit the name if not. However, when including the name, I will put a comma after the name. How can I remove the comma when the name does not exist?

e.g.

Hi, [Name, fallback=],

Comments

  • You can use the name tag like this:

    Hi [Name,fallback=there],

    Users with a name set in the name field will have the line displayed like this, eg:

    Hi Tom,

    Users without a name will have the line displayed like this, eg:

    Hi there,

    That is what the 'fallback' is for actually.

    Thanks.

    Best regards,
    Ben

This discussion has been closed.