i have a radiobutton group called "datum" and use this code in the template
Code: Select all
{section name=numloop loop=$datum->input}
{if $datum->label_parts == 1}
<label for="{$datum->input[numloop]->input_id}" class="inline">
{$datum->input[numloop]->input}
{$datum->input[numloop]->name|strip_tags}
</label>
{/if}
{/section}I can't seem to find an other code that outputs this input id.
whit other input types i don't seem to have te problem.
Who can help me?


