I installed the program 1.5 and the menu displays the form. However, when I enter the fields on the form and hit submit, no copy is received in my email in box. I checked the spam filter and nothing is there. Set email to "Custom" and filled my email. My code is below. Thanks for your help and I am looking forward to a response. This is a great program.
<h2>Online Registration Form</h2>
<p>Please fill out all the fields. Thank you.</p>
<p> </p><form method="post" name="parishRegistrationForm" id="parishRegistrationForm" onsubmit="MM_validateForm('familyLastname','','R','yourEmail','','RisEmail','husbandFirstname','','R');return document.MM_returnValue">
<table class="mceVisualAid" border="0" cellpadding="0" cellspacing="1" width="450">
<tbody><tr>
<td class="mceVisualAid" height="27" width="200">Type of Registration:</td>
<td class="mceVisualAid" height="27" width="300"><select name="registrationType" id="registrationType">
<option selected="selected">Please select type...</option>
<option value="new">New Registration</option>
<option value="update">Update to Registration</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Do you want to receive Sunday envelopes?:</td>
<td class="mceVisualAid" height="27" width="300"><select name="receiveEnvelopes" id="receiveEnvelopes">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200"> </td>
<td class="mceVisualAid" height="27" width="300"> </td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Family's Last Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="familyLastname" id="familyLastname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Address:</td>
<td class="mceVisualAid" height="27" width="300"><input name="familyAddress" id="familyAddress" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">City:</td>
<td class="mceVisualAid" height="27" width="300"><input name="familyCity" id="familyCity" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">ZIP Code:</td>
<td class="mceVisualAid" height="27" width="300"><input name="familyZip" id="familyZip" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Home Phone:</td>
<td class="mceVisualAid" height="27" width="300"><input name="homePhone" id="homePhone" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Cell Phone:</td>
<td class="mceVisualAid" height="27" width="300"><input name="yourCell" id="yourCell" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Work Phone:</td>
<td class="mceVisualAid" height="27" width="300"><input name="yourWork" id="yourWork" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Your Email:</td>
<td class="mceVisualAid" height="27" width="300"><input name="yourEmail" id="yourEmail" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Spouse's / Your Maiden Name:</td>
<td class="mceVisualAid" height="27" width="300"><input name="maidenName" id="maidenName" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Spouse's Work Phone:</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseWork" id="spousework" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Spouse's Email :</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseEmail" id="spouseEmail" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Spouse's Cell Phone:</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseCell" id="spouseCell" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27"> </td>
<td class="mceVisualAid" height="27"> </td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Marital Status:</td>
<td class="mceVisualAid" height="27" width="300"><select name="maritalStatus" id="maritalStatus">
<option selected="selected">Please select status...</option>
<option value="single">Single</option>
<option value="married">Married</option>
<option value="widowed">Widowed</option>
<option value="divorced">Divorced</option>
<option value="engaged">Engaged</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Type of Marriage:</td>
<td class="mceVisualAid" height="27" width="300"><select name="marriageType" id="marriageType">
<option selected="selected">Please select type...</option>
<option value="catholic">Catholic Marriage</option>
<option value="civil">Civil Marriage</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Marriage Date :</td>
<td class="mceVisualAid" height="27" width="300"><input name="marriageDate" id="marriageDate" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" colspan="2" height="27"><div align="center">
<p> </p>
<p><b>Family Information - Head of Household</b></p>
</div></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="husbandFirstname" id="husbandFirstname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Date of Birth :</td>
<td class="mceVisualAid" height="27" width="300"><input name="husbandDOB" id="husbandDOB" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Baptized:</td>
<td class="mceVisualAid" height="27" width="300"><select name="husbandBaptized" id="husbandBaptized">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Communion :</td>
<td class="mceVisualAid" height="27" width="300"><select name="husbandCommunion" id="husbandCommunion">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Confirmed:</td>
<td class="mceVisualAid" height="27" width="300"><select name="husbandConfirmed" id="husbandConfirmed">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Religion:</td>
<td class="mceVisualAid" height="27" width="300"><input name="husbandReligion" id="husbandReligion" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Occupation:</td>
<td class="mceVisualAid" height="27" width="300"><input name="husbandOccupation" id="husbandOccupation" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Language:</td>
<td class="mceVisualAid" height="27" width="300"><input name="husbandLanguage" id="husbandLanguage" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" colspan="2" height="27"><div align="center">
<p> </p>
<p><b>Family Information - Spouse</b></p>
</div></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseFirstname" id="spouseFirstname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Date of Birth :</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseDOB" id="spouseDOB" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Baptized:</td>
<td class="mceVisualAid" height="27" width="300"><select name="spouseBaptized" id="spouseBaptized">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Communion :</td>
<td class="mceVisualAid" height="27" width="300"><select name="spouseCommunion" id="spouseCommunion">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Confirmed:</td>
<td class="mceVisualAid" height="27" width="300"><select name="spouseConfirmed" id="spouseConfirmed">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Religion:</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseReligion" id="spouseReligion" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Occupation:</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseOccupation" id="spouseOccupation" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Language:</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseLanguage" id="spouseLanguage" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" colspan="2" height="27"><p> </p>
<p align="center"><b>Child 1</b></p></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child1Firstname" id="child1Firstname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Date of Birth :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child1DOB" id="child1DOB" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Baptized:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child1Baptized" id="child1Baptized">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Communion :</td>
<td class="mceVisualAid" height="27" width="300"><select name="child1Communion" id="child1Communion">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Confirmed:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child1Confirmed" id="child1Confirmed">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" colspan="2" height="27"><p> </p>
<p align="center"><b>Child 2 </b></p></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child2Firstname" id="child2Firstname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Date of Birth :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child2DOB" id="child2DOB" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Baptized:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child2Baptized" id="child2Baptized">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Communion :</td>
<td class="mceVisualAid" height="27" width="300"><select name="child2Communion" id="child2Communion">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Confirmed:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child2Confirmed" id="child2Confirmed">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" colspan="2" height="27"><p> </p>
<p align="center"><b>Child 3</b></p></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child3Firstname" id="child3Firstname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Date of Birth :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child3DOB" id="child3DOB" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Baptized:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child3Baptized" id="child3Baptized">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Communion :</td>
<td class="mceVisualAid" height="27" width="300"><select name="child3Communion" id="child3Communion">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Confirmed:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child3Confirmed" id="child3Confirmed">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
</tbody></table>
<br>
</tr>
<tr><td colspan="2" align="left">
<input type="submit" name="submit" class="button" value="Submit">
</td></tr>
</table>
</form>
<h2>Online Registration Form</h2>
<p>Please fill out all the fields. Thank you.</p>
<p> </p><form method="post" name="parishRegistrationForm" id="parishRegistrationForm" onsubmit="MM_validateForm('familyLastname','','R','yourEmail','','RisEmail','husbandFirstname','','R');return document.MM_returnValue">
<table class="mceVisualAid" border="0" cellpadding="0" cellspacing="1" width="450">
<tbody><tr>
<td class="mceVisualAid" height="27" width="200">Type of Registration:</td>
<td class="mceVisualAid" height="27" width="300"><select name="registrationType" id="registrationType">
<option selected="selected">Please select type...</option>
<option value="new">New Registration</option>
<option value="update">Update to Registration</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Do you want to receive Sunday envelopes?:</td>
<td class="mceVisualAid" height="27" width="300"><select name="receiveEnvelopes" id="receiveEnvelopes">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200"> </td>
<td class="mceVisualAid" height="27" width="300"> </td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Family's Last Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="familyLastname" id="familyLastname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Address:</td>
<td class="mceVisualAid" height="27" width="300"><input name="familyAddress" id="familyAddress" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">City:</td>
<td class="mceVisualAid" height="27" width="300"><input name="familyCity" id="familyCity" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">ZIP Code:</td>
<td class="mceVisualAid" height="27" width="300"><input name="familyZip" id="familyZip" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Home Phone:</td>
<td class="mceVisualAid" height="27" width="300"><input name="homePhone" id="homePhone" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Cell Phone:</td>
<td class="mceVisualAid" height="27" width="300"><input name="yourCell" id="yourCell" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Work Phone:</td>
<td class="mceVisualAid" height="27" width="300"><input name="yourWork" id="yourWork" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Your Email:</td>
<td class="mceVisualAid" height="27" width="300"><input name="yourEmail" id="yourEmail" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Spouse's / Your Maiden Name:</td>
<td class="mceVisualAid" height="27" width="300"><input name="maidenName" id="maidenName" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Spouse's Work Phone:</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseWork" id="spousework" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Spouse's Email :</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseEmail" id="spouseEmail" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Spouse's Cell Phone:</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseCell" id="spouseCell" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27"> </td>
<td class="mceVisualAid" height="27"> </td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Marital Status:</td>
<td class="mceVisualAid" height="27" width="300"><select name="maritalStatus" id="maritalStatus">
<option selected="selected">Please select status...</option>
<option value="single">Single</option>
<option value="married">Married</option>
<option value="widowed">Widowed</option>
<option value="divorced">Divorced</option>
<option value="engaged">Engaged</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Type of Marriage:</td>
<td class="mceVisualAid" height="27" width="300"><select name="marriageType" id="marriageType">
<option selected="selected">Please select type...</option>
<option value="catholic">Catholic Marriage</option>
<option value="civil">Civil Marriage</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Marriage Date :</td>
<td class="mceVisualAid" height="27" width="300"><input name="marriageDate" id="marriageDate" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" colspan="2" height="27"><div align="center">
<p> </p>
<p><b>Family Information - Head of Household</b></p>
</div></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="husbandFirstname" id="husbandFirstname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Date of Birth :</td>
<td class="mceVisualAid" height="27" width="300"><input name="husbandDOB" id="husbandDOB" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Baptized:</td>
<td class="mceVisualAid" height="27" width="300"><select name="husbandBaptized" id="husbandBaptized">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Communion :</td>
<td class="mceVisualAid" height="27" width="300"><select name="husbandCommunion" id="husbandCommunion">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Confirmed:</td>
<td class="mceVisualAid" height="27" width="300"><select name="husbandConfirmed" id="husbandConfirmed">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Religion:</td>
<td class="mceVisualAid" height="27" width="300"><input name="husbandReligion" id="husbandReligion" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Occupation:</td>
<td class="mceVisualAid" height="27" width="300"><input name="husbandOccupation" id="husbandOccupation" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Language:</td>
<td class="mceVisualAid" height="27" width="300"><input name="husbandLanguage" id="husbandLanguage" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" colspan="2" height="27"><div align="center">
<p> </p>
<p><b>Family Information - Spouse</b></p>
</div></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseFirstname" id="spouseFirstname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Date of Birth :</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseDOB" id="spouseDOB" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Baptized:</td>
<td class="mceVisualAid" height="27" width="300"><select name="spouseBaptized" id="spouseBaptized">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Communion :</td>
<td class="mceVisualAid" height="27" width="300"><select name="spouseCommunion" id="spouseCommunion">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Confirmed:</td>
<td class="mceVisualAid" height="27" width="300"><select name="spouseConfirmed" id="spouseConfirmed">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Religion:</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseReligion" id="spouseReligion" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Occupation:</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseOccupation" id="spouseOccupation" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Language:</td>
<td class="mceVisualAid" height="27" width="300"><input name="spouseLanguage" id="spouseLanguage" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" colspan="2" height="27"><p> </p>
<p align="center"><b>Child 1</b></p></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child1Firstname" id="child1Firstname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Date of Birth :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child1DOB" id="child1DOB" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Baptized:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child1Baptized" id="child1Baptized">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Communion :</td>
<td class="mceVisualAid" height="27" width="300"><select name="child1Communion" id="child1Communion">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Confirmed:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child1Confirmed" id="child1Confirmed">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" colspan="2" height="27"><p> </p>
<p align="center"><b>Child 2 </b></p></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child2Firstname" id="child2Firstname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Date of Birth :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child2DOB" id="child2DOB" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Baptized:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child2Baptized" id="child2Baptized">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Communion :</td>
<td class="mceVisualAid" height="27" width="300"><select name="child2Communion" id="child2Communion">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Confirmed:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child2Confirmed" id="child2Confirmed">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" colspan="2" height="27"><p> </p>
<p align="center"><b>Child 3</b></p></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Name :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child3Firstname" id="child3Firstname" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Date of Birth :</td>
<td class="mceVisualAid" height="27" width="300"><input name="child3DOB" id="child3DOB" size="26" type="text"></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Baptized:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child3Baptized" id="child3Baptized">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">First Communion :</td>
<td class="mceVisualAid" height="27" width="300"><select name="child3Communion" id="child3Communion">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
<tr>
<td class="mceVisualAid" height="27" width="200">Confirmed:</td>
<td class="mceVisualAid" height="27" width="300"><select name="child3Confirmed" id="child3Confirmed">
<option selected="selected">Yes or No...</option>
<option value="yes">Yes</option>
<option value="no">No</option>
</select></td>
</tr>
</tbody></table>
<br>
</tr>
<tr><td colspan="2" align="left">
<input type="submit" name="submit" class="button" value="Submit">
</td></tr>
</table>
</form>