This is the syntax for select option in the profile.html <tr> <th><b>Preffered IM</b><br> <small></small></th> <td nowrap><select name=preffered_im size=1> {html_options options=$config.preffered_im_items selected=$user.data.preffered_im} </select> </td> </tr> How to write the syntax for radio button in the profile.html? Thanks