diff --git a/apps/collection/fields/index.js b/apps/collection/fields/index.js
index 8836b404..685b7295 100644
--- a/apps/collection/fields/index.js
+++ b/apps/collection/fields/index.js
@@ -5,24 +5,21 @@ const countries = [''].concat(require('../../../assets/countries').allCountries)
module.exports = {
'collection-where-radio': {
+ isPageHeading: true,
mixin: 'radio-group',
validate: ['required'],
- className: ['inline', 'form-group'],
- legend: {
- className: 'visuallyhidden'
- },
+ className: ['govuk-radios--inline', 'govuk-form-group'],
options: [{
- value: 'Post Office',
- toggle: 'collection-date-group'
+ value: 'Post Office'
}, {
- value: 'Sponsor',
- toggle: 'collection-date-group'
+ value: 'Sponsor'
}]
},
'collection-date': date('collection-date', {
validate: ['before']
}),
'reason-radio': {
+ isPageHeading: true,
mixin: 'radio-group',
validate: ['required'],
options: [{
@@ -53,12 +50,10 @@ module.exports = {
},
{
value: 'no-brp'
- }],
- legend: {
- className: 'visuallyhidden'
- }
+ }]
},
'nominated-fullname': {
+ className: ['govuk-input', 'govuk-!-width-two-thirds'],
validate: ['required']
},
'nominated-nationality': {
@@ -68,6 +63,7 @@ module.exports = {
hint: 'fields.nominated-nationality.hint'
},
'nominated-id-number': {
+ className: ['govuk-input govuk-!-width-two-thirds'],
validate: ['required']
},
'nominated-date': date('nominated-date', {
@@ -75,6 +71,7 @@ module.exports = {
validate: ['required', 'before']
}),
fullname: {
+ className: ['govuk-input govuk-!-width-two-thirds'],
validate: ['required', 'notUrl']
},
'date-of-birth': date('date-of-birth', {
@@ -87,6 +84,10 @@ module.exports = {
hint: 'fields.nationality.hint'
},
passport: {
+ className: ['govuk-input', 'govuk-!-width-two-thirds'],
validate: ['required', 'notUrl']
+ },
+ 'org-help-radio': {
+ className: ['govuk-radios--inline']
}
};
diff --git a/apps/collection/translations/src/en/fields.json b/apps/collection/translations/src/en/fields.json
index 96c6e68e..e50abf03 100644
--- a/apps/collection/translations/src/en/fields.json
+++ b/apps/collection/translations/src/en/fields.json
@@ -14,6 +14,8 @@
"label": "Year"
},
"collection-where-radio": {
+ "legend": "From where were you asked to collect your BRP?",
+ "hint": "This could have been from a Post Office branch or a sponsor, such as your legal representative, employer, university or school.",
"options": {
"Post Office": {
"label": "Post Office"
@@ -24,6 +26,7 @@
}
},
"reason-radio": {
+ "legend": "Why couldn't you collect your BRP?",
"options": {
"under-age": {
"legend": "I am under 18 and attempted collection without my responsible adult",
diff --git a/apps/collection/translations/src/en/pages.json b/apps/collection/translations/src/en/pages.json
index 30af868d..01ec0d02 100644
--- a/apps/collection/translations/src/en/pages.json
+++ b/apps/collection/translations/src/en/pages.json
@@ -1,14 +1,11 @@
{
"reasons": {
- "header": "Why couldn't you collect your BRP?"
},
"nominated": {
"header": "Who was supposed to collect your BRP on your behalf?",
"description": "Provide details of the person who tried to collect the BRP on your behalf"
},
"where": {
- "header": "From where were you asked to collect your BRP?",
- "description": "This could have been from a Post Office branch or a sponsor, such as your legal representative, employer, university or school.",
"date-question": "If you have attempted to collect your BRP, when was it? (optional)"
},
"contact-details": {
@@ -23,7 +20,7 @@
"subheader": "We need these details to process your request."
},
"check-details": {
- "header": "Check the details you have provided",
+ "legend": "Check the details you have provided",
"subheader": "If any information is incorrect, you can change it here.",
"table": {
"headers": {
@@ -46,6 +43,7 @@
},
"org-details-group": {
"header": "What are your details?",
+ "subheader": "We will attempt to contact the BRP holder directly. We will only use these details to contact you if needed.",
"type": "Type of support"
},
"footer": {
@@ -101,4 +99,5 @@
"someone-else-confirmation": {
"paragraph": "We will review the information you have provided and investigate the situation."
}
+
}
diff --git a/apps/collection/views/confirm.html b/apps/collection/views/confirm.html
index 0ad65b2e..5c6f2a38 100644
--- a/apps/collection/views/confirm.html
+++ b/apps/collection/views/confirm.html
@@ -13,19 +13,10 @@
{{> partials-navigation}}
{{/propositionHeader}}
-{{$title}}
- {{#t}}journeys.collection.pages.check-details.header{{/t}}
-{{/title}}
-
-{{$header}}
- {{ {{#t}}journeys.collection.pages.check-details.subheader{{/t}}{{#t}}pages.check-details-error.header{{/t}}
+
{{#t}}pages.check-details-error.subheader{{/t}}
{{