View Single Post
  #1  
Old 07-18-2008, 07:05 AM
 
Knickershack Knickershack is offline
 

Member
  
Join Date: Apr 2008
Posts: 25
 

Default Additional Field in Profile

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
__________________
Branch 4.1.11

Lingerie site
Reply With Quote