Close
Looks like there were a few typos above? I updated the code until dreamweaver quit throwing an error. Here is what I have now...
Unfortunately, after I save the value it still does not populate the correct radio field. The both stay blank even though it saves to the database. It's almost like the $row_SecurityAssistMSFields["Accepted"] value is not being called/stored from the database when the page reloads?
<label class="radioSublabel_Narrow" for="User_Update_group_4_Accepted__1"> this
<input type="radio" name="User_Update_group_4_Accepted" id="User_Update_group_4_Accepted__1" value="this" class="formRadioField_Standard" <?php if (!(strcmp((isset($_GET["invalid"])?ValidatedField("userupdate","User_Update_group_4_Accepted"):"".$row_SecurityAssistMSFields["Accepted"] .""),"this"))) {echo "checked=\"checked\"";} ?> tabindex="4" title="Please enter a value.">
</label>
<label class="radioSublabel_Narrow" for="User_Update_group_4_Accepted__2"> that
<input type="radio" name="User_Update_group_4_Accepted" id="User_Update_group_4_Accepted__2" value="that" class="formRadioField_Standard" <?php if (!(strcmp((isset($_GET["invalid"])?ValidatedField("userupdate","User_Update_group_4_Accepted"):"".$row_SecurityAssistMSFields["Accepted"] .""),"that"))) {echo "checked=\"checked\"";} ?> tabindex="5">
</label>