cancel
Showing results for 
Search instead for 
Did you mean: 

Help Needed with Adobe Interactive Forms scripts

Former Member
0 Kudos

Hi Gurus,

I have an Interactive form in which I have 5 radio buttons. Upon selecting any one of the radio buttons, some values (Ex : If user selects the first radi button 20 should be displayed in the text box. If he selects the second 21 should be displayed in the textbox.). In my script, I need to capture the checked value of the radio buttons ( They are grouped) and how I should reference radio button on the form/subform

Regards,

Srini

Accepted Solutions (0)

Answers (2)

Answers (2)

OttoGold
Active Contributor
0 Kudos

Where to start with scripting:

http://www.adobe.com/devnet/livecycle/articles/lc_designer_scripting_basics/lc_designer_scripting_ba...

http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf

In first doc, check the last chapter for the most illustrative examples.

You need to be able to get the value of the radio (var help = this.rawValue), use the condition (if (){} else {} )and set the value (this.rawValue = "").

Otto

Former Member
0 Kudos

Hi Srinivasp,

Each radio button should has its own value.

Just grabs the value using radio.value.

regards,

Xiang Li