The first thing we need to do is to write the feedback form itself. Put the following code
in the
section of an HTML file named, say, feedback.html.
Basically the form asks the visitor for his email address (the field named "email" found in
input name="email" above) and message (the field named "message" found in
textarea name="message"), and presents him with a button which he can click to
submit the contents of the form. When the form is submitted, it is "posted" (see the "method"
attribute of the