Copy link to clipboard
Copied
Would like to use radio buttons but want the text of the answers to be part of the radio buttons field. Is this possible? If not, is there a way to link a standard button to a radio button perhaps?
Copy link to clipboard
Copied
No, there is no sort of label property associated with a radio button. You could add a separate button and use JavaScrip to set the value of the radio button to the export value of the corresponding radio button widget, something like:
// Mouse Up script for a button
getField("Radio1").value = "Maybe";
replace "Radio1" with the name of the radio button group and "Maybe" with the export value (Options tab > Radio Button Choice)
Copy link to clipboard
Copied
Brilliant! Will give it a try.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now