Hi all
Im trying to get the data of an additional field in the contact information into the label print, I have tried the following with no luck can anyone help please?
Code:
{foreach from=$_userinfo.additional_fields item=v}
{if $v.section eq 'S'}
{$v.title}
{$v.value}
{/if}
{/foreach}
I have trield all the sections C, P, B & S all return a blank.
many thanks