This commit is contained in:
2024-05-21 11:53:40 +03:00
parent 8f07ea82bc
commit 8254407aae
12 changed files with 122 additions and 79 deletions

View File

@ -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>