|
17 | 17 | } |
18 | 18 | <div> |
19 | 19 | <h1 class="nhsuk-heading-xl">Update personal details</h1> |
20 | | - @* <div class="nhsuk-caption-l" id="contact-hint"> |
21 | | - First name |
22 | | - </div> *@ |
23 | | - |
24 | | - @* <h1 class="nhsuk-heading-xl">first name</h1> *@ |
25 | | - <div> |
26 | 20 | <vc:text-input asp-for="FirstName" |
27 | 21 | label="First name" |
28 | 22 | populate-with-current-value="true" |
|
33 | 27 | css-class="nhsuk-u-width-one-half" |
34 | 28 | required="true" |
35 | 29 | required-client-side-error-message="Enter a first name" /> |
36 | | - @* <input name="LastName" type="hidden" asp-for="@Model.LastName" /> |
37 | | - <input name="PreferredName" type="hidden" asp-for="@Model.PreferredName" /> *@ |
38 | | - </div> |
39 | 30 | </div> |
40 | 31 |
|
41 | 32 | <div> |
42 | | - @* <div class="nhsuk-caption-l" id="contact-hint"> |
43 | | - Change last name |
44 | | - </div> |
45 | | - <h1 class="nhsuk-heading-xl">Update your last name</h1> *@ |
46 | | - <div> |
47 | 33 | <vc:text-input asp-for="LastName" |
48 | 34 | label="Last name" |
49 | 35 | populate-with-current-value="true" |
|
54 | 40 | css-class="nhsuk-u-width-one-half" |
55 | 41 | required="true" |
56 | 42 | required-client-side-error-message="Enter a last name" /> |
57 | | - @* <input name="FirstName" type="hidden" asp-for="@Model.FirstName" /> |
58 | | - <input name="PreferredName" type="hidden" asp-for="@Model.PreferredName" /> *@ |
59 | | - </div> |
60 | 43 | </div> |
61 | 44 |
|
62 | 45 | <div> |
63 | | - @* <div class="nhsuk-caption-l" id="contact-hint"> |
64 | | - Change preferred name |
65 | | - </div> |
66 | | - <h1 class="nhsuk-heading-xl">Update your preferred name</h1> *@ |
67 | | - <div> |
68 | 46 | <vc:text-input asp-for="PreferredName" |
69 | 47 | label="Preferred name" |
70 | 48 | populate-with-current-value="true" |
|
74 | 52 | autocomplete="nickname" |
75 | 53 | css-class="nhsuk-u-width-one-half" |
76 | 54 | required="false" /> |
77 | | - @* <input name="FirstName" type="hidden" asp-for="@Model.FirstName" /> |
78 | | - <input name="LastName" type="hidden" asp-for="@Model.LastName" /> *@ |
79 | | - </div> |
80 | 55 | </div> |
81 | 56 |
|
82 | 57 | <div> |
83 | | - @* <div class="nhsuk-grid-row"> |
84 | | - <div class="nhsuk-grid-column-full"> |
85 | | - <h1 class="nhsuk-heading-xl">Enter your new primary email address</h1> |
86 | | - </div> |
87 | | - </div> *@ |
88 | | - <div> |
89 | 58 | <vc:text-input asp-for="PrimaryEmailAddress" |
90 | 59 | label="Primary email address" |
91 | 60 | populate-with-current-value="true" |
|
95 | 64 | autocomplete="email" |
96 | 65 | css-class="nhsuk-u-width-one-half" |
97 | 66 | required="true" /> |
98 | | - </div> |
99 | 67 | </div> |
100 | 68 |
|
101 | 69 | <div> |
|
0 commit comments