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
|