Hey I was curious if there is a way to make a radio button appear in a form but make it so the user cannot select it. I know for input boxes you put readonly="true" this does not work for radio buttons.
What is the attribute to add to the radio buttons so the user cannot select them?
Thanks in advance for your help!
Wes