How do I use a radio button selection to populate text field with what was selected from a dropdown?
I have multiple dropdown boxes, each having seven options. Next to each dropdown box there are "Yes" and "No" radio buttons. The user needs to select one of the options from each dropdown and then use a radio button to select "Yes" or "No". If "Yes" is selected, I need the option from the dropdown selection to populate in a text field, If "No is selected, then nothing needs to happen.
Is this possible? If so, is it possible to have just one text field with all of the "Yes" selections?
