Copy link to clipboard
Copied
I'm new to Acrobat and want to auto-populate a text field and image based on the dropdown box selection. I was able to figure out how to auto-populate the text field by adding my bio description to the export value in the "name" dropdown and adding
event.value = this.getField("Name").value;
to my bio's custom calculation script. But I can't seem to figure out how to get the image to auto-populate simultaneously with the bio Hopefully I'm making sense since I just learned this all yesterday lol.
Copy link to clipboard
Copied
Where is the image? Is it an external file? or already imported into the document?
Copy link to clipboard
Copied
Can you see a part of the pdf image?