cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic images in Adobe forms

Former Member
0 Kudos

Hi,

Can anyone tell me how can i display images from a URL , Adobe doesnt support href property from version 8.1...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try this,

Thanks and Regards,

Siva

edgar_almonte
Participant
0 Kudos

i have the same situation i need put a dynamic image ( a logo company ) base in the value of a variable ( field with the company code )

i am posting my question here because i think have almost the same answer and for bump this thread.

Former Member
0 Kudos

HI,

I think your problem is different , do u also need to display images from a Url? If not then u can embed those images in the form and then display the image using scripting like

if ( $.Textfield.rawvalue ne '10' )

then $.imagefield.presence = "hidden"

endif