Feedback form - smbc-digital/form-builder GitHub Wiki
DSL properties
| Property | Type | Required | Default Value | Description |
|---|---|---|---|---|
| FeedbackPhase | string | ✔️ | ❌ | Phase to be shown in the feedback section, this is ALPHA or BETA |
| FeedbackForm | string | ✔️ | ❌ | link to the feedback form |

FormJson Example:
{
"FormName": "Test form",
"BaseURL": "test-form",
"StartPageSlug": "page-one",
"FeedbackPhase": "alpha",
"FeedbackForm": "https://stockport.gov.uk/",
"Pages": [],
}