- Add or change an address
+ Making changes to an address
-
- If you can’t find your address, it may not be registered on our system.
-
If a significant part of your address has changed, for example, a house separated into flats, we need to register the new address on our system.
To register your address, we need you to get in touch. You can call us free on 0800 141 2021 or choose another way to contact us.
@@ -55,9 +50,10 @@
Add or change an address
urlParams = new URLSearchParams(window.location.search),
previousPage = urlParams.get('previous');
currentJourney = urlParams.get('current-journey');
+ currentPage = 'address-register';
function updateAllLinks() {
- $('.js-previous-link').attr('href', '../' + previousPage + '?' + 'previous=' + previousPage + '&' + 'current-journey=' + currentJourney);
+ $('.js-previous-link').attr('href', '../' + previousPage + '?' + 'previous=' + currentPage + '&' + 'current-journey=' + currentJourney);
}
$(updateAllLinks);
diff --git a/_prototypes/end-to-end/address-register.html b/_prototypes/end-to-end/address-register.html
new file mode 100644
index 0000000000..b614a57084
--- /dev/null
+++ b/_prototypes/end-to-end/address-register.html
@@ -0,0 +1,60 @@
+---
+title: Version 1
+project: End to end prototype
+globalcss: false
+layout: eq-default-extras
+footer: census-transactional
+assetPrefixUrl: https://sdc-global-design-patterns.netlify.com
+hideSaveLater: true
+logoUrl: ../home
+---
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Register an address
+
+ If you can’t find your address, it may not be registered on our system.
+
+ To register your address, we need you to get in touch. You can call us free on 0800 141 2021 or choose another way to contact us.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/_prototypes/end-to-end/uac-request-address.html b/_prototypes/end-to-end/uac-request-address.html
index 33741b3b36..77a4d03736 100644
--- a/_prototypes/end-to-end/uac-request-address.html
+++ b/_prototypes/end-to-end/uac-request-address.html
@@ -156,7 +156,7 @@
$('.js-link').click(function(e) {
e.preventDefault();
- window.location = '../address-correction/?' + 'previous=' + 'uac-request-address' + '&' + 'current-journey=' + currentJourney;
+ window.location = '../address-register/?' + 'previous=' + 'uac-request-address' + '&' + 'current-journey=' + currentJourney;
});
function updateHelp() {