I am developing a plugin and I would insert one end in the "Edit Your Details" so I wrote in xml file:
Code:
<tabs>
<tab name="Notice board" description="Notice board" class="getCBnoticeboardTab" fields="1" position="cb_tabmain" displaytype="tab">
<params>
</params>
<fields>
<field name="send_mail" type="text" size="20" default="" title="send mail" description="" registration="0" profile="0" readonly="0" params="" />
</fields>
</tab>
</tabs>
The text field is displayed correctly and in the right area.
But I want to transform this area into the type "radio" with the options "yes" and "no", how can I do?
I would also like to add a link, is it possible? and how?