Hi,
I want to change dynamically image in image field defined by url. I have created context attribute where I pass url into adobe form and I have this code in initialize event of image field:
$.value.#image.href = $record.LOGOLINK
$record.LOGOLINK is variable with url.
But I have no success. How to achieve this?
Many thanks for reply.