Okay, so instead of the ID's of each record showing up in the form that is dosplayed for the user, there are radio buttons. I want to create it as when the user clicks on one of the radio buttons, that record is selected. Then the user, clicks on the delete button and gets redirected to another page in which it displayes the content of that record.
For example:
First Name: (value of first name in record)
Last Name: (value of last name in record)
And then there will be a button on the bottom that says, Confirm delete. And then when the user clicks that button, the record will get deleted.
I just don't know how to use the radio buttons that contain the ID of each record to do this..