You are viewing limited content. For full access, please sign in.

Question

Question

display image in forms from database or URL

asked on December 30, 2024

I want to display an image from the database field coming as URL or 64bit image.  based on a Lookup. How?

0 0

Replies

replied on January 3

Base 64 images can be displayed using the img tag in a Custom HTML object.

Use a Lookup Rule in the process diagram to pre-populate a variable and reference the variable in your Custom HTML object, or if you need to look it up in real time for the initial form, put a lookup on a Single Line and copy it over with a script.

<img src="data:image/png;base64,YOURBase64HERE"/>

 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.