What I am trying to do is create a dropdown that will change the status of a
radio button to
match a value in the dropdown.
For example:
The dropdown values would be 1,2,3,4,5
The radio buttons are: A,B,C,D,E
If say "2" was selected I'd want it to select radio button "B". "4" I want "D".
etc.
In practice what this will be used for is automatically check the correct region
radio button to
go with a county in the dropdown.
It seems that this could be done with javascript.