Cannot get a change event to fire for multiple-choice text field displayed as radio buttons
I have a multi-choice text field. I've written a small snippet of code that performs some action based on what the user has chosen in that field (an "onchange" event). The code works fine when the f...