Hi,
I have problem, I need not display a grid field in my template when is empy, this is the example, I need this for a secondary menu
Case 1: In this case the field not display, only happen when I use a grid field type, works fine whit others.
{exp:channel:entries channel="channel" limit="1" disable="member_data|category_fields|pagination" }
{if "{grid_field}" != ""}
{value}
{/if}
{/exp:channel:entries}Case 2: In this case the field display empy or not.
{exp:channel:entries channel="channel" limit="1" disable="member_data|category_fields|pagination" }
{if grid_field != ""}
{value}
{/if}
{/exp:channel:entries}All different types or field types works fine, but not in grid.
Tks
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.