How to have multiple radio button values show in text field?
Hello,
I have a form with 4 groups of radio buttons ("Style" in the script below is one of the radio group names). I have created a text field at the end of the form where I would like the selection value from each radio group to display. I am able to get it to work for displaying one group value with the following, but need help with having it work for multiple group values?
event.value = this.getField("Style").value;
Appreciate any help.
