Changing the text in a form field based on choosing a radio button
Hello Adobe Geniuses!
I have a group of radio buttons:
- Button 1
- Button 2
- Button 3
The group's name is radioButtons
I have a form field:
myFormField
If a user chooses Button 1, I would like the text in myFormField to change to "Button 1"
If a user chooses Button 2, I would like the text in myFormField to change to "Button 2"
If a user chooses Button 3, I would like the text in myFormField to change to "Button 3"
How would I do that?
Scott
