Skip to content

Feedback form

lallysmbc edited this page Jun 22, 2020 · 2 revisions

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

image

FormJson Example:

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