Gossamer Forum
Quote Reply
radio field
In links .def it says:

# Hash of column names to radio values. If you use &build_radio_field, it will
# make a <INPUT TYPE="RADIO"> tag for you using the options specified in the hash.
%db_radio_fields = (
Pick => 'Yes,No',...

How would you use this in add.html template
tried:
<tr><td align="right" valign="top">Pic:</td>
<td>&build_radio_field<%Pick%></td></tr>
without any success, I know it should be easy to do...
Searched forums but found nothing on how to make the field.