Hey everyone,
I was wondering if it is possible to display an image from an XML variable into a component of an adaptive form. We have an XML variable represented as a containerImage and I would like to display it into a image component provided by Adobe:
<containerImage xfa:contentType="image/JPG" href="">
/9j/4AAQSkZJRgABAQEAYABgAAD/4REKRXhpZgAATU0AKgAAAAgABAE7AAIAAAAVAAAISodpAAQA
AAABAAAIYJydAAEAAAAqAAAQ2OocAAcAAAgMAAAAPgAAAAAc6gAAAAgAAAAAAAAAAAAAAAAAAAAA
</containerImage>
(There is more letters and numbers included but it is very long)
I tried binding the XML into the image choice but it did not work:
Is there any way I can show that Image into an adaptive form?