Skip to content

Commit

Permalink
josh's code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavDohDWP committed Oct 17, 2024
1 parent 9a841da commit e246397
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,10 @@ <h2 class="govuk-fieldset__heading">
A different address
</label>
<div id="different-address-hint" class="govuk-hint govuk-radios__hint">
For example a family or friends address, hotel or other
For example a family or friend's address, hotel or other
</div>
</div>

<div class="govuk-radios govuk-radios">
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="home-address" name="address" type="radio" value="true">
<label class="govuk-label govuk-radios__label" for="home-address">
My home address
</label>
</div>
<div class="govuk-radios__item">
<input class="govuk-radios__input" id="different-address" name="address" type="radio" value="false">
<label class="govuk-label govuk-radios__label" for="different-address">
A different address
</label>
<div id="different-address-hint" class="govuk-hint govuk-radios__hint">
For example a family or friends address, hotel or other
</div>
</div>

<div class="govuk-!-padding-bottom-4"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<dt class="govuk-summary-list__key">
Address we send letters to
</dt>
<p class="govuk-body"><a href="#" class="govuk-link">** ***** ******<br>******<br>SE23 6FH</a></p>
<p class="govuk-body"><a href="#" class="govuk-link">** ***** ******<br>******<br>NE3 1YL</a></p>
<dd class="govuk-summary-list__actions">
<a class="govuk-link" href="address-we-send-letters-to/which-address-should-we-send-letters-to">Change<span class="govuk-visually-hidden"> address we send letters to</span></a>
</dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,18 @@ <h1 class="govuk-fieldset__heading">
</label>
<form autocomplete="off"> <input class="govuk-input govuk-input--width-10" onKeyUp="showResults(this.value)" id="country" name="country" type="text">
<div id="result">
</div> </form>
</div>

<div class="govuk-!-padding-bottom-6"></div>

<div class="govuk-form-group">
<label class="govuk-label" for="postcode">
Postcode (optional)
</label>
<form autocomplete="off"> <input class="govuk-input govuk-input--width-10" onKeyUp="showResults(this.value)" id="postcode" name="country" type="text">
</div>

</form>
</div>

<button class="govuk-button" value= "true" data-module="govuk-button" onclick="check3()" >Continue</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ <h1 class="govuk-fieldset__heading">
<form autocomplete="off"> <input class="govuk-input govuk-input--error govuk-input--width-10" onKeyUp="showResults(this.value)" id="country" name="country" type="text">
<div id="result">
</div> </form>

<div class="govuk-!-padding-bottom-6"></div>

<div class="govuk-form-group">
<label class="govuk-label" for="postcode">
Postcode (optional)
</label>
<form autocomplete="off"> <input class="govuk-input govuk-input--width-10" onKeyUp="showResults(this.value)" id="postcode" name="country" type="text">
</div>


</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2 class="govuk-fieldset__heading">
A different address
</label>
<div id="different-address-hint" class="govuk-hint govuk-radios__hint">
For example a family or friends address, hotel or other
For example a family or friend's address, hotel or other
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions app/views/round-3/components/key-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dl class="dwp-key-details-bar__top-block">
<dt class="govuk-visually-hidden">Name:</dt>
<dd class="dwp-key-details-bar__primary">
Chris Fox
Barney Gordon
</dd>
<dt class="govuk-visually-hidden">National Insurance Number:</dt>
<dd class="dwp-key-details-bar__secondary">
Expand All @@ -49,7 +49,7 @@
<dl class="dwp-key-details-bar__bottom-block">
<dt class="govuk-visually-hidden">What type of engaement it is</dt>
<dd>
Telephone call with Christopher Fox
Telephone call with Barney Gordon
</dd>
</dl>
</div>
Expand Down

0 comments on commit e246397

Please sign in to comment.