Alright, I have a form where users are filling in various information, and one part of the form consists of Radio Buttons to rate some different things. I have gotten this form to properly save the data into the database, but now I have a problem.
Is there a way that when the user goes to view the form, that it will display the radio buttons but with the one selected that is supposed to be.
Example:
While filling out the form, the user answers the following question:
Did he do a good job? Yes, No, Sort of
He clicks the radio button next to Yes, and when the form is submitted, it stores the value "Yes" in the field 'evaluation' in the table.
Now...when the user goes to pull up this form later on and view it, I'm echoing the results stored in all of the fields in the table, but instead of displaying the word "Yes", I want it to show the 3 radio buttons, with the "Yes" one highlighted properly.
Hopefully that made sense.
Is this even possible? If so what do I do?
Thanks!
Landis