asd
This commit is contained in:
19
20250123/form.php
Normal file
19
20250123/form.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user