Skip to main content
Question

How to put dynamic image field in a template?

  • February 11, 2026
  • 1 reply
  • 54 views

Forum|alt.badge.img

Hi, I have a template docx where I want to put payment details with QR code image (different for each user).

I’ve already tried all of the following (`payment_qr_code` = Base64 encoded image).


And none of it displayed anything, it just prints the string/html tag.

 

I use the https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/documentgeneration/updateenvelopedocgenformfields/ API.

1 reply

Forum|alt.badge.img+6

Hi ​@Crowdberry Tech,

Could you please try using the following image tag in your document:

<# <Image Select="/payment_qr_code" Height="2" Width="2" Optional="true"/> #>

Additionally, please check the DocGenFormFields for the created envelope using the following API call:


https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/documentgeneration/getenvelopedocgenformfields/