Posted: 07/18/2005 2:23:00 AM
I am adding radio buttons and checkboxes to my profile page using the custom fields. The radio buttons are working perfectly. The checkboxes work, as in they make changes to the database, but I cannot return a 'checked' value to my form.
Here is the code for one of my checkboxes:
<inp:m_form_checkbox _field="fieldcustom_AMEL" _Form="m_acctinfo" type="check" _Value="1" Custom="1" />
Any Ideas?