View Single Post
  #3  
Old 12-13-2010, 10:16 PM
 
bjt bjt is offline
 

Advanced Member
  
Join Date: Jul 2008
Location: Vietnam
Posts: 32
 

Default Re: Add radio button choice in New Profile page

Once again, thanks very much Ralph.
Having both radio buttons selected was part of the problem. The rest was caused by trying to nut this out way too late at night.
One problem was a mis-spelling of the word variant and the other thing I missed was a closing <td>

Here is the working solution:
{foreach from=$v.variants item=o}
<td align="center"><input type="radio" name="additional_values[{$v.fieldid}]" id="additional_values_{$v.fieldid}" value='{$o|escape}'>{$o|escape}</td>
{/foreach}

Kind regards,
Brett
__________________
X-Cart Gold 4.3.2 (Windows)
X-Cart Gold Plus 4.6.1 (Linux)
Magic Toolbox slider and zoom
Reply With Quote