Title |
{{ data.step_1.title }} |
First name |
{{ data.step_1.first_name }} |
Middle name |
{{ data.step_1.middle_name }} |
Surname |
{{ data.step_1.surname }} |
Date of birth |
{{ Object.values(applicationForm.data.step_1.dob).join('/') }} |
Email |
{{ data.step_1.email }} |
Phone |
{{ data.step_1.phone }} |
Address Line 1 |
{{ data.step_3.current_address.line_1 }} |
Address Line 2 |
{{ data.step_3.current_address.line_2 }} |
City |
{{ data.step_3.current_address.city }} |
County |
{{ data.step_3.current_address.county }} |
Postcode |
{{ data.step_3.current_address.postcode }} |