2013 Dec 24 12:15 PM
hi all,
i need to use image at adobe forms but when i change radio button this image must be disable.
i mean i need dynamic image ,
can anyone explain to me with example?
thank you so much.
2013 Dec 24 1:02 PM
Hello Cagri,
Does 'disable' means the picture should be hidden once radio button is clicked? if so, you can just write javascript in Radio button event handler to set visible property of image to hidden.
Best regards,
Jerry
hi all,
i need to use image at adobe forms but when i change radio button this image must be disable.
i mean i need dynamic image ,
can anyone explain to me with example?
thank you so much.
2013 Dec 24 1:02 PM
Hello Cagri,
Does 'disable' means the picture should be hidden once radio button is clicked? if so, you can just write javascript in Radio button event handler to set visible property of image to hidden.
Best regards,
Jerry
2013 Dec 24 1:33 PM
i guess i must i try long way again.
im gonna crate second adobe form without image and when radiobutton 1 selected , first form will come when second radiobutton second..
i know thats bullcrap but i need to done this job.
2013 Dec 24 1:48 PM
Hi Cagri,
it is not necessary to create a separate adobe form without image. For example you have three radio button A,B,C and you would like once each of them is clicked, the respective image a,b,c will be displayed in the adobe form, am my understanding right?
If so, you just need to create 3 image fields in your form template, all of them are set as hidden by default. Once each radio button is clicked, just set the visibility of corresponding image to visible and hidden the other two via javascript. In standard form template delivered for Business by Design this approach is used widely.
Best regards,
Jerry
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |