on ‎2007 Jul 12 2:59 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.