Page 1 of 1

detect if custom field is empty

Posted: Mon Dec 05, 2005 1:57 pm
by MySchizoBuddy
same as title :D

Re: detect if custom field is empty

Posted: Mon Dec 05, 2005 2:05 pm
by garvinhicking

Code: Select all

{if $entry.properties.ep_customfield != ""}
NOT EMPTY!
{else}
EMPTY!
{/if}