cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adobe Form Fields Visibility

Former Member
0 Likes
1,595

hi all,

I have created an adobe form using adobe life cycle designer.

In the form I have to placed a radio button with options yes and no.

If yes radio button is clicked then the another check box should apper in the form .

If the user clicks no radio button then the checkbox need not appear.

And if the user clicks on the checkbox ,one textfield should appear.

How to control the visibility of the fields?

Or how can I enable or disable the field....

Please provide me th calcform script to be written and in which event it should be written...

Please help

Regards,

Rheema Rahael

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

In the form ready event of the radio button, you can write the script like =

$.<check box path>.presence = "visible"

to make it invisible, its presence = "invisible"

or presence = "hidden"

You may refer the Designer help to knowthe scripting basics or there are several blogs which have detailed on scripting in Adobe forms.

Hope these helps,

- anto.

Former Member
0 Likes

hi,

Thanks for your reply.

Please tell me what will be the path of the check box.How can i get it?.....

Can you tell me what is the <b>condition</b> that i should check before setting the check box to be made visible on invisible...

When I click on the radio button ,I need the the check box to be made visible on yes and on no check box is invisible....

Please tell me what condition should be placed inside <b><b>if(....)</b></b>

Regards,

Rheema Rahael

Former Member
0 Likes

Hi Rheema,

Find the url where u can find all samples for scripting.

Message was edited by:

Sumit Malhotra

Answers (0)