Skip to content

Commit

Permalink
Merge pull request #123 from companieshouse/bug/IDVA5-573
Browse files Browse the repository at this point in the history
First name, last name to come over h1
  • Loading branch information
sampankumar authored Mar 1, 2024
2 parents 9abe86c + d2b9f24 commit b983898
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
<div class="govuk-grid-column-two-thirds-from-desktop">
<form action="where-do-you-live" method="post">
<div id="typeahead-form-group" class="govuk-form-group">
<h1 class="govuk-label-wrapper">
<label class="govuk-label govuk-label--l" for="countryInput">Where do you live?</label>
</h1>
<legend class="govuk-fieldset__legend govuk-fieldset__legend--l">
<span class="govuk-caption-l">{{ firstName }}
{{ lastName }}</span>
<h1 class="govuk-label-wrapper">
<label class="govuk-label govuk-label--l" for="countryInput">Where do you live?</label>
</h1>
</legend>
<p class="govuk-hint" id="typeahead-hint">Start typing a country, then choose from the list.</p>
{% set dropdownDefaultText = "Select where you live" %}
<span class="govuk-caption-l">{{ firstName }} {{ lastName }}</span>
<div id="my-autocomplete-container" class="autocomplete-wrapper govuk-!-width-two-thirds"></div>
{% set errorMessage = errors %}
{% include "../../../partials/country-typeahead-input.njk" %}
Expand All @@ -25,4 +28,4 @@
</div>


{% endblock main_content %}
{% endblock main_content %}

0 comments on commit b983898

Please sign in to comment.