Wonder if you could tell us what's wrong.
We have a userfield with date type.
We want it to display a message if it's empty, and to display the date if it's not.
Code:
[cb:if cb_creationdate=""]Contact us to create a Nutrition Plan.
[cb:else]Nutrition Plan created on [value].[/cb:else]
[/cb:if]
However, it does not seem to work, the first statement (Contact us..) does not display at all while the second statement displays regardless of whether the field has a value or not.