We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e74d71 commit 69367f2Copy full SHA for 69367f2
app/views/design/do-you-need-an-interpreter-language.html
@@ -31,14 +31,12 @@
31
{% if (data['who-is-being-registered'] == "dependant") %}
32
33
{% set languageHtml %}
34
- {{ input({
35
- id: "other",
36
- name: "other",
37
- classes: "nhsuk-u-width-two-thirds",
38
- label: {
39
- text: "Language"
40
- }
41
- }) }}
+ <div class="nhsuk-form-group">
+ <label class="nhsuk-label" for="country-container">
+ Language
+ </label>
+ <div id="country-container" name="country-visited"></div>
+ </div>
42
{% endset %}
43
44
{{ radios({
0 commit comments