Here is a sample of my code when I do View Source which should be easier to read...
PHP Code:
<fieldset id='requestChoices'>
<input id='Requestor38_1' name='friendRequestDecision[38]' type='hidden' />
<input id='Requestor38_1' name='friendRequestDecision[38]' type='radio' value='0' disabled='disabled' />
<label for='Requestor38_1'>Decide Later</label>
<input id='Requestor38_2' name='friendRequestDecision[38]' type='hidden' value='1' />
<input id='Requestor38_2' name='friendRequestDecision[38]' type='radio' value='1' checked='checked' disabled='disabled' />
<label for='Requestor38_2'>Accept</label>
<input id='Requestor38_3' name='friendRequestDecision[38]' type='hidden' />
<input id='Requestor38_3' name='friendRequestDecision[38]' type='radio' value='2' disabled='disabled' />
<label for='Requestor38_3'>Decline</label>
</fieldset>
Hope that helps some?!
Debbie