Skip to content

The logo object configures the form's header logo: image, alignment, brightness, and sticky behaviour.

The image field references a file ID from the form's formFiles array.

Schema

FieldTypeDescription
isEnabledbooleanShow the logo on the form
imagestringFile ID of the logo image
brightnessnumberBrightness adjustment (0–100)
radiusnumberCorner radius for the logo image
stickystringScroll behaviour (for example, "logo-static")
alignstringHorizontal alignment (for example, "logo-left-1")
altTextstringAccessibility alt text
"logo": {
  "isEnabled": true,
  "image": "cf9522ef-550d-11f1-bf67-0242ac120005",
  "brightness": 100,
  "radius": 0,
  "sticky": "logo-static",
  "align": "logo-left-1",
  "altText": "forms-app-logo-500px"
}