[solved] Formbrowser help
Posted: Wed Dec 23, 2009 10:42 am
I am making an application where I use some fields users have submitted with formbuilder, I don't want to use the standard template so I am trying to make one myself.
I can't find the parameter I have to use if I want to call a specific field from all the entry's who have been approved by me.
So I am searching for something like this:
{foreach from=$list item=entry}
{$entry->field[name]}
{/foreach}
Hope its clear what I want.
I can't find the parameter I have to use if I want to call a specific field from all the entry's who have been approved by me.
So I am searching for something like this:
{foreach from=$list item=entry}
{$entry->field[name]}
{/foreach}
Hope its clear what I want.