Page 1 / 1
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!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.