Skip to content

A non-input field that displays an image within the form flow. Uses the shared media object rather than a type-specific nested object.

Schema

FieldTypeDescription
questionType"imagecontent"Identifies this as an image content block
media.imageUrlstringURL of the image to display
media.sizenumberDisplay size as a percentage
media.altTextstringAccessibility alt text
media.alignstringHorizontal alignment (for example, "left", "center")
media.brightnessnumberBrightness adjustment (0–100)

Image content fields do not collect answers and typically have no isRequired flag.

{
  "_id": "6a0ef85a3affac35058b0794",
  "questionType": "imagecontent",
  "question": "Image Content",
  "displayOrder": 11,
  "isDeleted": false,
  "isActive": true,
  "media": {
    "imageUrl": "https://images.unsplash.com/photo-1778546978501-58b8908583ef?...",
    "size": 100,
    "altText": "Cowboy hat on wooden fence with monument valley in background.",
    "align": "left",
    "brightness": 100,
    "_id": "6a0ef88ba7a40272efec3c84"
  }
}