radio button in the profile.html

Discussion in 'Customization & add-ons' started by ghost, Feb 21, 2004.

  1. ghost

    ghost New Member

    Joined:
    Oct 23, 2002
    Messages:
    23
    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
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    If you have recent version of aMember Pro, please have a look to
    aMember CP -> Add Fields
  3. ghost

    ghost New Member

    Joined:
    Oct 23, 2002
    Messages:
    23
    I am using version 1.9.3RC22PRO

Share This Page