error handling
This commit is contained in:
@@ -442,7 +442,7 @@
|
||||
<label class="label_style">Имя
|
||||
<input type="text" name="firstName" id="ffname" required>
|
||||
</label>
|
||||
|
||||
<p>text</p>
|
||||
<label class="label_style">Отчество
|
||||
<input type="text" name="middleName" id="fmname" required>
|
||||
</label>
|
||||
@@ -468,7 +468,7 @@
|
||||
</label>
|
||||
|
||||
<label class="option">
|
||||
<input type="radio" name="food" id="rfish" value="fish">
|
||||
<input type="radio" name="food" id="rfish" value="fish" required>
|
||||
Рыба
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user