I have a script that opens a list of radio buttons when a checkbox has been checked. What I want to do now is when the user selects one of the radio buttons, have a script promote the name of the radio button to a text field on the form, uncheck the checkbox and not display the list. I have it sending the correct value to my javascript that I want to promote to the form but I don't now how to get that value to show up on the form? Any suggestions will be appreciated. Thanks...