fourth
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<title>Form ФИО</title>
|
||||
</head>
|
||||
<body>
|
||||
<form action="index.php" target="_blank" method="post">
|
||||
<!--<form action="info.php" target="_blank" method="post">
|
||||
Фамилия: <br>
|
||||
<input type = "text" name = "surname" required size="50" autofocus placeholder="Фамилия"> <br> <br>
|
||||
Имя: <br>
|
||||
@ -14,7 +14,7 @@
|
||||
<input type = "text" name = "patronymic" size="50" placeholder="Отчество"> <br> <br>
|
||||
|
||||
Дата Рождения: <br>
|
||||
<input type="date" name="DateOfBirth" required> <br> <br>
|
||||
<input type="date" name="dateOfBirth" required> <br> <br>
|
||||
|
||||
Ваш пол: <br>
|
||||
<input type="radio" name="gender" value="Мужчина" checked> Мужчина
|
||||
@ -32,6 +32,6 @@
|
||||
|
||||
<input type = "submit" value="Подтвердить">
|
||||
<input type="reset">
|
||||
</form>
|
||||
</form>-->
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user