<!--COPY HERE-->

<form action="/dynaform.php" method="POST">
<input type='hidden' name='rec_mailto' value='email@yourdomain.com'>
<input type='hidden' name='rec_subject' value='HHG Entry Form'>
<input type='hidden' name='rec_thanks' value='/thanks.html'>

* Full Name (first and last):<br />
<input type="text" name="r_Name" id="Name" class="styledinput" /><br />
* Email Address:<br />
<input type="text" name="r_Email" id="Email" class="styledinput" /><br />
Mailing Address:<br />
<input type="text" name="Address" id="referral" class="styledinput" /><br />
City, State, Zip:<br />
<input type="text" name="Address2" id="referral" class="styledinput" /><br />
Subscribe to Our Mailing List
<input type="checkbox" name="Subscribe" id="Subscribe" value="Yes" checked="checked" />Yes<br />
<input type="submit" name="Form_Submit" value="Send Email" class="submitbutton" />
</form>

<!--END CODE-->