Header - smbc-digital/form-builder GitHub Wiki
FormName is configured within the top level of the form DSL. Refer to Stockport Design System for styling information and reference images. The link is configured via the StartPageUrl
property.
DSL properties
Property | Type | Required | Default Value | Description |
---|---|---|---|---|
FormName | string | ✔️ | ❌ | Form name, displayed within header section |
StartPageUrl | string | ✔️ | ❌ | Url to the IAG start page of the form |
FormJson Example:
{
"FormName": "Full Journey of Elements",
"BaseURL": "address",
"StartPageUrl": "https://www.stockport.gov.uk/start/form",
"Pages": []
}