Here's the simplest explanation of what I want to do. Let's say I have three people, Ben (351), John (843), and Dan (366). The number in parentheses is an ID number for the user. The form has radio buttons, labeled Ben, John, and Dan. In the admin notification, I need to display the name of the person that was selected in addition to the ID number. I know I could easily do this using values, but the issue is that in the user notification I need to display only the name. Is there any way to do this? I don't mind if it's not particularly extensible, since I only need to list a few names.