Show sourcecode
The following files exists in this folder. Click to view.
formular1.php
formular2.php
formular3.php
formular4.php
formular5.php
formular_index.php
svar1.php
svar2.php
svar3.php
svar4.php
svar5.php
formular1.php
14 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>1</title>
</head>
<body>
<form method="post" action="svar1.php">
<input type="text" name="inputField" />
<input type="submit" value="Submit" />
</form>
</body>
</html>