answersLogoWhite

0

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>Feedback Form</title>

</head>

<body>

<h1>Feedback Form</h1>

<form action="mailto:your email address" method="get" enctype="text/plain">

<p>

Name: <input type="text" id="name" size="30">

</p>

<p>

Please rate my site from 1 to 10 (1 = bad and 10 = good): <br />

<select id="rating"><br />

<option>1</option>

<option>2</option>

<option>3</option>

<option>4</option>

<option>5</option>

<option>6</option>

<option>7</option>

<option>8</option>

<option>9</option>

<option selected>10</option>

</select>

</p>

<p>

How would you suggest I improve it?<br />

<textarea id="improve" rows="5" cols="30"></textarea>

</p>

<p>

<input type="submit" value="Send Feedback"> <input type="reset">

</p>

</form>

</body>

</html>

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor

Add your answer:

Earn +20 pts
Q: Html codes for feedback form
Write your answer...
Submit
Still have questions?
magnify glass
imp