Backend/20250123/form.php

19 lines
517 B
PHP
Raw Normal View History

2025-01-23 10:49:34 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="feldolgozo.php" method="POST" target="_blank">
<label>Név:</label>
<input type="text" name="nev" required/>
<br>
<label>E-mail cím:</label>
<input type="email" name="email" required/>
<br>
<input type="submit" value="Küldés"/>
</form>
</body>
</html>