Catchall radio button field not populated in edit form.
Posted: 14 February 2011 10:20 AM   [ Ignore ]
Wallflower
Rank
Total Posts:  5
Joined  2010-12-05

I have a radio button that is part of my catchall field. It seems to be working properly in as an entry form, but when using it as an edit form, the appropriate value isn’t checked. Is there a way to pre-fill it in the edit form?

The code:

<label for="d-role-def">Defendant</label>
<
input type="radio" id="d-role-def" name="firm-1[f1-role]" value="Plaintiff" /><br />
    
<
label for="d-role-pla">Plaintiff</label>
<
input type="radio" id="d-role-pla" name="firm-1[f1-role]" value="Defendant" /><br /> 
Profile