Here is my Form Code:
<p><strong>Get a Quote</strong></p>
<form action="/sendit.php" method="post" enctype="text/plain" name="Quote" id="Quote">
<label>Name
<input type="text" name="Name" id="Name" />
</label>
<p>
<label>E-mail
<input type="text" name="E-mail" id="E-mail" />
</label>
</p>
<p>
<label>Team
<input type="text" name="Team" id="Team" />
</label>
</p>
<p>
<label>Age
<input name="Age" type="text" id="Age" size="3" />
</label>
</p>
<p>
<label>Service Type
<select name="Service Type" id="Service Type">
<option value="Video Analysis">Video Analysis</option>
<option value="Nutritional Plan">Nutritional Plan</option>
<option value="Fitness Plan">Fitness Plan</option>
<option value="1-on-1 Training (only OC/LA)">1-on-1 Training (only OC/LA)</option>
</select>
</label>
</p>
<p>
<label>Give me a quick Description of your goal
<br />
<textarea name="goal" id="goal" cols="45" rows="10"></textarea>
<br />
<br />
<input type="submit" name="Submit Quote Request" id="Submit Quote Request" value="Submit" />
<br />
</label>
</p>
</form>
Thanks for taking a look!