Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

dynamic image at adobe forms ( with se78 )

Former Member
0 Likes
800

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.

1 ACCEPTED SOLUTION
Read only

JerryWang
Product and Topic Expert
Product and Topic Expert
0 Likes
704

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.

3 REPLIES 3
Read only

JerryWang
Product and Topic Expert
Product and Topic Expert
0 Likes
705

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

Read only

Former Member
0 Likes
704

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.

Read only

JerryWang
Product and Topic Expert
Product and Topic Expert
0 Likes
704

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