Expand my Community achievements bar.

Adobe LiveCycle Designer 7 Radio Button Help

Avatar

Former Community Member
HELP!!!



I have a list of radio buttons which all denote a different value.

How do I attach this value to each button, and then make the value of that button appear in a numeric field beside it and how can I de-select the button and its value?
1 Reply

Avatar

Level 4
Radio buttons come in groups. In LiveCycle Designer, when you select a single button, you're selecting the entire group as far as the button values are concerned. Look on the Object window. You'll find a listing there of the radio button group values, and you can edit them.



To get a value from a radio button just use the fields name.



In JavaScript use this code for a Radio button group named MyRadio



MyRadio.rawValue;



You can find out more by watching this video:



https://admin.adobe.acrobat.com/_a200985228/p87746471/



Thom Parker

WindJack Solutions


www.windjack.com


pdfscripting.com




The Acrobat JavaScript Reference, Use it Early and Often

http://www.adobe.com/devnet/acrobat/