Include Images
Use an image control to include an image in your form. Under image source properties, you can identify the image using an absolute or a relative image URL or a Base64 format string.
- From the Advanced palette, drag the Image control onto the canvas.
- Select the control and use the General tab in the Properties pane to configure the following:
Field Description Name
An internal identifier that you will use to identify the control.
Label
Specifies the name that displays to users.
Binding
Defines a link between the control and a data attribute.
From URL
To specify either an absolute or relative URL, select this option and enter the image URL in the field below it.
From Base64
To specify an image converted to base64 format, select this option, then identify the image's format in the Image Format field and its binding in the Base64 Binding field. Base64 images can be viewed in preview mode only.
Alternative text
Enter text to display if the image can’t be loaded.
Hide
Select this property to hide the control.
- Use the Styling tab in the Properties pane to modify the control’s appearance as needed. See Styling Properties.