Code: Select all
Radio Button;radio;Yes,yes|No,no:Dropdown;select;Choice#1,choice#1|Choice#2,choice#2|Choice#3,choice#3The reverse of this is also true - if the dropdown is first in the string, and the radio second, the radio options inherit the dropdown options.
As long as I am discussing the contactform, it would also be nice to have a label after a checkbox (like a radio button) IF such a label is provided. By default, the default tpl shows the same {$field.name} text before AND after the checkbox:
Code: Select all
<input class="frm_check" type="checkbox" name="{$field.id}" id="{$field.id}" {$field.default} />{$field.name}