You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
425 B
14 lines
425 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Submit Suggestion</title>
|
|
</head>
|
|
<body>
|
|
<h1>Submit Your Suggestion</h1>
|
|
<form method="post" action="/submit" enctype="multipart/form-data">
|
|
<textarea name="suggestion" rows="4" cols="50" placeholder="Enter your suggestion here"></textarea><br>
|
|
<input type="file" name="attachment"><br>
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|