We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6842be commit 6d8996fCopy full SHA for 6d8996f
2 files changed
.npmrc
@@ -0,0 +1 @@
1
+legacy-peer-deps=true
src/server/forms/simple-form.yaml
@@ -7,6 +7,20 @@ pages:
7
- title: Your name
8
path: '/your-name'
9
components:
10
+ - type: NotificationBanner
11
+ title: Important
12
+ name: notificationImportant
13
+ content: 'Contact us if you need [help with your application](https://www.defra.gov.uk).'
14
+ options:
15
+ heading: There may be a delay in processing your application.
16
+ id: ca6b6590-1608-49f4-82f9-9d92e38e66ea
17
18
+ title: Success
19
+ name: notificationSuccess
20
+ content: 'Your application has been submitted.'
21
22
+ type: success
23
+ id: b6960f4b-d771-4956-9c9b-17da5c603062
24
- type: TextField
25
title: What is your first name?
26
name: applicantFirstName
0 commit comments