Fixed label ID in form
This commit is contained in:
parent
ec6ef6a156
commit
ef65039cad
1 changed files with 2 additions and 2 deletions
|
|
@ -72,9 +72,9 @@
|
|||
|
||||
HEPA filtration:
|
||||
<input type="radio" id="hepa_no" name="hepa_option" value=0 onclick="require_fields(this)" checked="checked">
|
||||
<label for="hepa_filter">No</label>
|
||||
<label for="hepa_no">No</label>
|
||||
<input type="radio" id="hepa_yes" name="hepa_option" value=1 onclick="require_fields(this)">
|
||||
<label for="hepa_filter">Yes</label>
|
||||
<label for="hepa_yes">Yes</label>
|
||||
<input type="number" step=0.01 id="hepa_amount" name="hepa_amount" placeholder="(m³ / hour)">
|
||||
<hr width="80%">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue