Prevent Radio Button Change
I am building a simple form. Have a table displaying a list of employee names and then 3 columns: "In Office", "Out of Office", "Off". I want to use a radio button group to display the values in my table. I have that working, and it's correctly checking the right radio button. What I want to do is prevent the user from changing the value. I'll provide an "edit" link so they can update each record. But right now, the list of records displays, and you're free to change the radio button value on each record. Of course, none of that writes back to the database. But still, I know what will happen is my users will change the value on that screen and think they've updated their status.
I found how to disable, but I don't want the radio group greyed out. Just locked from updating on that page. See the image included. Any direction would be great. Thanks.
