cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting in Interactive form

Former Member
0 Kudos

Hi,

I have three radio button in my interactive form, What Javascript code i need to write in order to find out if i have checked a radio button or not.

Regards,

Virat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hello Virat,

I am not sure if this helps you or not but you will also need to add in this to your wdDoModify() , where "My_Form" is the name of my interactive form

// =================

if(firstTime){

IWDInteractiveForm iForm = (IWDInteractiveForm)view.getElement("My_Form");

iForm.setDynamicPDF(true);

}

// =================

The link provided by Marita is also very useful, particularly the last section on javascripts examples. I will also recommend that you vist the livecycle forum in adobe.com for sample interactive forms to be downloaded.

from

Kwok Wei