Please send questions to st10@humboldt.edu .
<html>

<head>
    <title> Chocolate variety chosen </title>
</head>

<body>
    <h3> Chocolate variety chosen: </h3>

    <h4> <?php
             print $_POST["chocolate"] . "\n";
         ?>
    </h4>

</body>
</html>