ashgawlik.com/Shortcuts/registration.html
2024-09-11 15:24:00 +01:00

19 lines
592 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Suggestions</title>
</head>
<body>
<h1>Please enter your suggestion to add to the website</h1>
<form name="myForm" action="actionpage.php" onsubmit="return validateForm()" method="post">
<label>Name (for identification)</label>
<input type="text" id="name" value="" size="40"><br>
<label>suggestion</label>
<input type="text" id="suggestion" value="" size="40"><br>
</form>
</body>
</html>