View Single Post
Old 01-28-2013, 01:26 AM   PM User | #9
doubledee
Regular Coder

 
doubledee's Avatar
 
Join Date: Mar 2011
Location: Arizona
Posts: 617
Thanks: 19
Thanked 0 Times in 0 Posts
doubledee has a little shameless behaviour in the past
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
doubledee is offline   Reply With Quote