Show Source Code


<!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">

<!--
The Chinese Zodiac
Amy Tavakouli
May 21, 2014
zodiac_feedback.html
-->

<head>

<title>Chinese Zodiac Feedback</title>

<link href="ChineseZodiac.css" rel="stylesheet" type="text/css" media="screen, projection" />
<meta http-equiv="content-type"  content="text/html; charset=iso-8859-1" />


</head>
<style>
form
{
width: 500px;
margin-left: auto;
margin-right: auto;
background-color: #BCED91;

}
fieldset
{
background-color: #330033;
}




</style>

<body>

<?php
include("include/inc_controlstructures.php");
?>

<form name="feedback" action="process_zodiac_feedback.php" method="post"><center>
<div id="feedback" align="center">

    <h1 style="text-align:center"><font color="#488214">Chinese Zodiac Feedback</font></h1>
    
  <p><h2><font color="#488214">Tell us what we can do better.</font></h2></p><img src="Images/perfect.jpg" width="150" height="150"   class="floatright" />

          
                <p>Your Full Name:<br /><input type="text" name="name" size="30"/></p>
                
                <p>We appreciate your feedback:<br /><textarea name="comments" rows="10" cols="50"></textarea></p>

                <p>May we share your comments?<input type="checkbox" name="pubdisplay" /></p>
                <p><input type="submit" name="Submit" value="Send " /></p>
                <fieldset>
                <FORM><p><input type="reset" value="Clear" /><INPUT Type="button" VALUE="Go Back" onClick="history.go(-1);return true;"></p></FORM>
                </fieldset></center></form>
        
    
</div>


</body>
<html>