PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide

Image

The Image element embeds a visual asset directly within a form. It can display any image from a web URL, a base64-encoded data string, or a fileโ€ฆ

The Image element embeds a visual asset directly within a form. It can display any image from a web URL, a base64-encoded data string, or a file reference โ€” making it suitable for static branding assets, dynamic previews of uploaded content, process-generated visual outputs, or any scenario where a picture communicates what text cannot.

The element is fully configurable: you can set the display size (width, height), control the aspect ratio, add accessibility alt text, and even make the image a clickable link (linkurl / linkurltarget). Since src is part of the data model in Procesio Forms, the image source can be swapped at runtime โ€” for example, showing a user's profile picture loaded from a process, or rendering a dynamic chart image returned by an API.

Key Use Cases

โ€ขย ย ย ย ย ย ย  Displaying a company logo or branding at the top of a form

โ€ขย ย ย ย ย ย ย  Showing a preview of a file uploaded in the same form (src set from value of File Upload)

โ€ขย ย ย ย ย ย ย  Rendering a dynamic chart, map, or QR code returned by a process action

โ€ขย ย ย ย ย ย ย  Making an image a clickable link to a related document or external resource

โ€ขย ย ย ย ย ย ย  Displaying a product image when a user selects a product in a dropdown

Runtime API โ€” Attributes in Procesio Forms

All attributes below are accessible and modifiable at runtime via the element's data model in Procesio Forms.

API NameDescriptionTypeDefaultNotes
labelOptional label text displayed with the imagestringโ€”โ€”
tooltipHelp text shown alongside the imagestringโ€”โ€”
visibleControls element visibilitybooleantrueโ€”
srcImage source โ€” URL, base64 string, or file referencestring|fileโ€”Updatable at runtime
altAccessible alternative text for the imagestringโ€”โ€”
titleTitle text shown on hoverstringโ€”โ€”
widthDisplay width of the imagestringautopx, %, etc.
heightDisplay height of the imagestringautopx, %, etc.
aspectratioControls the image's aspect ratiostringautoe.g. auto, 16/9
linkurlMakes the image a clickable linkstringโ€”โ€”
linkurltargetWhere the link opensstringโ€”self, blank, parent, top
nameUnique element namestringโ€”โ€”
idUnique element IDstringโ€”โ€”

For support, please join our Discord community for further assistance and support.

On this page