<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Zodiac Feedback</title>
</head>

<body>

<h1 style="text-align:center">Zodiac Feedback Form</h1>
<p>Please help us improve our Web site by filling out this form and giving us your feedback.
    You may check the Publicly Displayed box to have your feedback displayed."</p>
<form name="feedback" action="process_zodiac_feedback.php" method="post">

<p>Name<br /><input type="text" name="name" /></p>
<p>Comments<br /><textarea name="comments" rows="10" cols="50"></textarea></p>
<p>Check here to publicly display message.<input type="checkbox" name="pubdisplay" /></p>
<p><input type="reset" value="Clear Form" />&nbsp;&nbsp;
   <input type="submit" name="Submit" value="Send Form" /></p>
</form>
</body>
</html>