Here's the html/code for the form. I hope this is what you wanted. Like I said, I'm really new at this, I just started reading up on it this morning.
Thanks for looking at it, if this is the wrong info please let me know.
Edited to add: the error says "forbidden" if that makes any difference.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Registration.php</title>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
</head>
<body>
<form method="post" action="Registration.php">
<div align="center">
</div>
<p align="center"><font color="#cc9933"><big><b>Happy Pawz Registration
Form</b></big></font><br>
</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class="pmRegForm"><b></b></td>
<td class="pmRegForm"><b><u>Please Read:</u></b></td>
</tr>
<tr>
<td class="pmRegForm"><b></b></td>
<td class="pmRegForm"><b>Shot records are required.</b></td>
</tr>
<tr>
<td class="pmRegForm"> </td>
<td class="pmRegForm">Please have your dog’s shot records with
you on the first day of class <b>or</b> mail them prior. <b>You must have
shot records for your first day of class or your dog will be restricted
from free-play.</b> He will NOT be a happy camper!</td>
</tr>
<tr>
<td class="pmRegForm"> </td>
<td class="pmRegForm"><b>Puppies:</b> Must have their second series
of vaccines and if your vet agrees, we would prefer that your puppy has
a bordetella vaccine prior to class -- but this is optional and the decision
is up to your vet. Some vets like to give the Bordatella vaccine to pups
AFTER 16 weeks of age. If your puppy has not had the second series of shots,
you may still come to class without your puppy. As soon as your puppy receives
the second series of shots, you may bring your puppy to class.</td>
</tr>
<tr>
<td class="pmRegForm"> </td>
<td class="pmRegForm"><b>Dogs over 5 months:</b> Must have complete
vaccination records including bordetella (kennel cough vaccine) at least
1 week prior to the first day of class.</td>
</tr>
<tr>
<td class="pmRegForm"><b></b></td>
<td class="pmRegForm">Having current vaccinations for your dog
will help protect your dog but does not guarantee immunity from all illnesses
s/he may encounter.</td>
</tr>
<tr>
<td class="pmRegForm"><br>
</td>
<td class="pmRegForm"><br>
</td>
</tr>
<tr>
<td class="pmRegForm"><b></b></td>
<td class="pmRegForm"><span
style="font-weight: bold; color: rgb(255,0,0);">We must receive class tuition
within 5 business days of registration to guarantee your placement in class.</span>
If you're not paying online, please pay promptly by check. Make checks payable
to <b>"****"</b>. Mail your check to <b>**</b>. Receipt of payment assures your reservation for the
class. Class registration fees are not refundable, transferable or pro-rated.</td>
</tr>
<tr>
<td class="pmRegForm"><b></b></td>
<td class="pmRegForm"><b>Classes are held at Happy Pawz Dog Daycare
& Training at ****.</b><br>
For directions, please call ***.</td>
</tr>
</tbody>
</table>
<p><b>Your Information:</b><br>
</p>
<p>First Name: <input type="text" name="sender__firstname" size="30"><font
color="#cc9933">
<font color="#330000">Last Name:</font></font> <input
type="text" name="sender_lastname" size="30"></p>
<p>Address: <input type="text" address="sender_address" size="30">
City: <input
type="text" city="sender_city" size="30"> </p>
State: <input type="text" state="sender_state"
size="30"> Zip: <input
type="text" zip="sender_zip" size="30">
<p>Phone: <input type="text" phone="sender_phone" size="30"></p>
<p>E-Mail Address: <input type="text" name="sender_email" size="30"></p>
<p><b>Dog's Information:</b><br>
</p>
<p>Dog's name: <input type="text" dogname="sender_dogname" size="30">
Dog's age: <input type="text" dogage="sender_dogage" size="30"> </p>
<p>Dog's Breed: <input type="text" breed="sender_breed" size="30">
<input type="radio" name="dog'sgender" value="Male"
checked="checked"> Male <input type="radio" name="like_site"
value="Female"> Female </p>
<p>Vet or Clinic Name: <input type="text" vet="sender_vet" size="30"></p>
<p>Please tell us any problems you're having with your dog (jumping, barking,
leash pulling, etc.)<br>
<textarea name="message"
cols="30" rows="5"></textarea> </p>
<p>Please select which class you are enrolling in:
<select name="class" size="1">
<option value="Puppy JumpStart 7/13"> <Puppy Jumpstart 7/13</option>
<option value="Meet & Greet 7/17"><Meet & Greet 7/17</option>
<option value="Manners 101 7/29">Manners 101 7/29 7. </option>
</select>
</p>
<input type="submit" value="Send Form"> </form>
<br>
</body>
</html>