<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zgloszenie</title>
</head>
<body>
<form action="nowe.php" method="POST">
Imie:<input type="text" name="imie"><br>
Nazwisko:<input type="text" name="nazwisko"><br>
e-mail:<input type="email" name="email"><br>
telefon komórkowy(+48)<input type="tel" name="numer"><br>
Uwagi:<textarea rows="5" cols="20" name="opinia"></textarea><br>
<input type="checkbox" name="akcpetacja">Akceptuje Regulamin<br>
<input type="submit" value="Wyslij"><br>
</form>
</body>
</html>