File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 811
811
}
812
812
}) }}
813
813
814
- <form >
814
+ <form method = " post " novalidate >
815
815
{{ checkboxes ({
816
816
" idPrefix" : " nationality" ,
817
817
" name" : " nationality" ,
Original file line number Diff line number Diff line change 39
39
{% block content %}
40
40
<div class =" nhsuk-grid-row" >
41
41
<div class =" nhsuk-grid-column-two-thirds" >
42
- <form >
42
+ <form method = " post " novalidate >
43
43
{{ checkboxes ({
44
44
" idPrefix" : " contact" ,
45
45
" name" : " contact" ,
Original file line number Diff line number Diff line change 5
5
{% block content %}
6
6
<div class =" nhsuk-grid-row" >
7
7
<div class =" nhsuk-grid-column-two-thirds" >
8
- <form >
8
+ <form method = " post " novalidate >
9
9
{{ checkboxes ({
10
10
" name" : " colours" ,
11
11
" items" : [
Original file line number Diff line number Diff line change 5
5
{% block content %}
6
6
<div class =" nhsuk-grid-row" >
7
7
<div class =" nhsuk-grid-column-two-thirds" >
8
- <form >
8
+ <form method = " post " novalidate >
9
9
{{ checkboxes ({
10
10
" name" : " waste" ,
11
11
" errorMessage" : {
Original file line number Diff line number Diff line change 5
5
{% block content %}
6
6
<div class =" nhsuk-grid-row" >
7
7
<div class =" nhsuk-grid-column-two-thirds" >
8
- <form >
8
+ <form method = " post " novalidate >
9
9
{{ checkboxes ({
10
10
" fieldset" : {
11
11
" legend" : {
Original file line number Diff line number Diff line change 5
5
{% block content %}
6
6
<div class =" nhsuk-grid-row" >
7
7
<div class =" nhsuk-grid-column-two-thirds" >
8
- <form >
8
+ <form method = " post " novalidate >
9
9
{{ checkboxes ({
10
10
" idPrefix" : " nationality" ,
11
11
" name" : " nationality" ,
Original file line number Diff line number Diff line change 39
39
{% block content %}
40
40
<div class =" nhsuk-grid-row" >
41
41
<div class =" nhsuk-grid-column-two-thirds" >
42
- <form >
42
+ <form method = " post " novalidate >
43
43
{{ checkboxes ({
44
44
" idPrefix" : " contact" ,
45
45
" name" : " contact" ,
Original file line number Diff line number Diff line change 5
5
{% block content %}
6
6
<div class =" nhsuk-grid-row" >
7
7
<div class =" nhsuk-grid-column-two-thirds" >
8
- <form >
8
+ <form method = " post " novalidate >
9
9
{{ checkboxes ({
10
10
" name" : " waste" ,
11
11
" fieldset" : {
Original file line number Diff line number Diff line change 85
85
" text" : " Please do everything in your power to avoid nested conditionals like this. The example is here to demonstrate that it works - not as a recommendation!"
86
86
}) }}
87
87
88
- <form >
88
+ <form method = " post " novalidate >
89
89
{{ radios ({
90
90
" idPrefix" : " outer" ,
91
91
" name" : " outer" ,
You can’t perform that action at this time.
0 commit comments