Skip to main content


Pat,

You can ‘name’ the null field with merge syntax, like so:
{{^MyField}}NameForNull{{/MyField}}

So your whole category template probably looks like this:
{{#MyField}}{{MyField}}{{/MyField}}{{^MyField}}NameForNull{{/MyField}}


Sweet! Thanks.


Genius.  Thanks Matt! 


Haha. I don’t know about genius. I’m pretty sure I learned about conditional merge syntax from you, Rob!