Can anybody suggest why I may not be getting emails from my form?
It was working great yesterday with just the form objects. Then, I put the labels and objects into a table and I am not getting it to email.
The form is at http://www.manchesterfuneralhome.com/index.php?option=com_chronocontact&chronoformname=pdata3
My Joomla 1.5.8 Mail Settings are PHP Mail Function with a no on the SMTP Authentication.
I am also using Chrono Contact 3.0 Stable
Once again, the form was working perfectly yesterday until I wrapped everything in table tags.
I have the Debug switch on but it is not showing any errors.
I will include the html code below and will be grateful for any feedback.
Thanks!
kevin
It was working great yesterday with just the form objects. Then, I put the labels and objects into a table and I am not getting it to email.
The form is at http://www.manchesterfuneralhome.com/index.php?option=com_chronocontact&chronoformname=pdata3
My Joomla 1.5.8 Mail Settings are PHP Mail Function with a no on the SMTP Authentication.
I am also using Chrono Contact 3.0 Stable
Once again, the form was working perfectly yesterday until I wrapped everything in table tags.
I have the Debug switch on but it is not showing any errors.
I will include the html code below and will be grateful for any feedback.
Thanks!
kevin
<h1>Personal Data Form</h1>
<form action="" method="get" name="pdata3" target="_self">
<table width="100%" border="0" cellspacing="5" cellpadding="5">
<tr>
<th width="23%"><label>Date of Death: </label></th>
<td><input type="text" name="dod" id="dod" /></td>
</tr>
<tr>
<th width="23%"><label>Place of Death:</label></th>
<td><input type="text" name="pod" id="pod" /></td>
</tr>
<tr>
<th width="23%"> <label>County:</label> </th>
<td> <input type="text" name="cod" id="cod" /> </td>
</tr>
<tr>
<th width="23%"><label>First Name:</label> </th>
<td><input type="text" name="fname" id="fname" /> </td>
</tr>
<tr>
<th width="23%"><label>Middle Name: </label> </th>
<td><input type="text" name="mname" id="mname" /> </td>
</tr>
<th width="23%"><label>Last Name: </label></th>
<td><input type="text" name="lname" id="lname" /></td>
</tr>
<tr>
<th width="23%"> <label>
Age: </label></th>
<td><input type="text" name="age" id="age" /></td>
</tr>
<tr>
<th colspan="2"><div align="left">Is the decesased Male or Female?</div></th>
</tr>
<tr>
<th width="23%"> </th>
<td><label><input type="radio" name="male_female" value="male" id="male_female_0" />Male </label>
<label><input type="radio" name="male_female" value="female" id="male_female_1" />Female </label>
</td>
</tr>
<tr>
<th width="23%"><label>
Street Address:</label></th>
<td><input type="text" name="street" id="street" /></td>
</tr>
<tr>
<th width="23%"><label>Street Address 2: </label></th>
<td> <input type="text" name="street2" id="street2" /></td>
</tr>
<tr>
<th width="23%"> <label>
City: </label></th>
<td> <input type="text" name="city" id="city" /></td>
</tr>
<tr>
<th width="23%"> <label>State: </label></th>
<td> <input type="text" name="state" id="state" /></td>
</tr>
<tr>
<th width="23%"><label>Zip: </label></th>
<td> <input type="text" name="zip" id="zip" /></td>
</tr>
<tr>
<th width="23%"><label>Home Phone: </label></th>
<td> <input type="text" name="hphone" id="hphone" /></td>
</tr>
<tr>
<th width="23%"> <label>Work or Cell Phone: </label></th>
<td> <input type="text" name="cphone" id="cphone" /></td>
</tr>
<tr>
<th width="23%"><label>
County: </label></th>
<td><input type="text" name="county" id="county" /></td>
</tr>
<tr>
<th colspan="2"><div align="left">Is the deceased inside city limits?</div></th>
</tr>
<tr>
<th width="23%"> </th>
<td>
<label>
<input type="radio" name="cityLimits" value="yes" id="cityLimits_0" />
Yes </label>
<label>
<input type="radio" name="cityLimits" value="no" id="cityLimits_1" />
No </label>
</td>
</tr>
<tr>
<th width="23%"><label>
Social Security: </label></th>
<td> <input type="text" name="ss" id="ss" /></td>
</tr>
<tr>
<th width="23%"><label>Birthdate: </label></th>
<td><input type="text" name="bdate" id="bdate" />
</tr>
<tr>
<th width="23%"> <label>Race: </label></th>
<td><select name="race" size="1">
<option selected="selected">Please Select One</option>
<option value="Asian American Indian or Alaska Native">Asian American Indian or Alaska Native</option>
<option value="Black or Afican American">Black or Afican American</option>
<option value="Hispanic or Latino">Hispanic or Latino</option>
<option value="Native Hawaiian or Other Pacific Islander">Native Hawaiian or Other Pacific Islander</option>
<option value="White or Caucasian">White or Caucasian</option>
</select></td>
</tr>
<tr>
<th width="23%"><label>
Birthplace: </label></th>
<td><input type="text" name="bplace" id="bplace" />
</tr>
<tr>
<th width="23%"><label>
County: </label></th>
<td><input type="text" name="county" id="county" />
</tr>
<tr>
<th width="23%"><label>
State: </label></th>
<td> <input type="text" name="state" id="state" />
</tr>
<tr>
<th colspan="2"><div align="left">Was the deceased retired?</div></th>
</tr>
<tr>
<th width="23%"> </th>
<td>
<label>
<input type="radio" name="retired" value="yes" id="retired_0" />
Yes </label>
<label>
<input type="radio" name="retired" value="no" id="retired_1" />
No </label>
</td>
</tr>
<tr>
<th width="23%"><label>
Occupation: </label></th>
<td> <input type="text" name="occupation" id="occupation" />
</tr>
<tr>
<th width="23%"><label>Industry: </label></th>
<td> <input type="text" name="industry" id="industry" />
</tr>
<tr>
<th width="23%"> <label>
Years of Education: </label></th>
<td><input type="text" name="education" id="education" />
</tr>
<tr>
<th width="23%"> <label>
Armed Forces Branch: </label></th>
<td><input type="text" name="military" id="military" />
</tr>
<tr>
<th width="23%"> <label>
Marital Status: </label></th>
<td> <select name="mstatus" size="1">
<option selected="selected">Please Select One</option>
<option value="Married">Married</option>
<option value="Single">Single</option>
<option value="Divoriced">Divoriced</option>
<option value="Widowed">Widowed</option>
</select></td>
</tr>
<tr>
<th width="23%"> <label>Maiden Name of Spouse: </label></th>
<td> <input type="text" name="maiden name" id="maiden name" />
</tr>
<tr>
<th colspan="2"><div align="left">Is spouse living or deceased?</div></th>
</tr>
<tr>
<th width="23%"> </th>
<td>
<label>
<input type="radio" name="spouseLiving" value="yes" id="spouseLiving_0" />
Living </label>
<label>
<input type="radio" name="spouseLiving" value="no" id="spouseLiving_1" />
Deceased </label>
</td>
</tr>
<tr>
<th width="23%"><label>Father's Name: </label></th>
<td> <input type="text" name="fathers name" id="fathers name" />
</tr>
<tr>
<th colspan="2"><div align="left">Is the father living or deceased?</div></th>
</tr>
<tr>
<th width="23%"> </th>
<td>
<label>
<input type="radio" name="fatherLiving" value="Living" id="fatherLiving_0" />
Living </label>
<label>
<input type="radio" name="fatherLiving" value="Deceased" id="fatherLiving_1" />
Deceased </label>
</td>
</tr>
<tr>
<th width="23%"> <label>
Mother's Name: </label></th>
<td><input type="text" name="mothers name" id="mothers name" /></td>
</tr>
<tr>
<th width="23%"><label>Mother's Maiden Name: </label></th>
<td><input type="text" name="mothers maiden name" id="mothers maiden name" /></td>
</tr>
<tr>
<th colspan="2"><div align="left">Is the mother living or deceased?</div></th>
</tr>
<tr>
<th width="23%"> </th>
<td>
<label>
<input type="radio" name="motherLiving" value="Living" id="motherLiving_0" />
Living </label>
<label>
<input type="radio" name="motherLiving" value="Deceased" id="motherLiving_1" />
Deceased </label>
</td>
</tr>
<tr>
<th colspan="2"><div align="left">NEXT OF KIN</div></th>
</tr>
<tr>
<th width="23%">Next of Kin Name: </th>
<td>
<input type="text" name="Next of Kin" id="next of kin" /></td>
</tr>
<tr>
<th width="23%"><label>
Relationship of Next of Kin : </label></th>
<td><input type="text" name="relation" id="relation" /></td>
</tr>
<tr>
<th width="23%"> <label>
Next of Kin Address: </label></th>
<td><textarea name="kin_address" cols="30" rows="2"></textarea></td>
</tr>
<tr>
<th width="23%"> <label>
Next of Kin Phone: </label></th>
<td><input type="text" name="kin phone" id="kin phone" /></td>
</tr>
<tr>
<th colspan="2"><div align="left">IMPORTANT FOR DEATH CERTIFICATE INFORMATION</div></th>
</tr>
<tr>
<th width="23%"> <label>Name on Death Certificate: </label></th>
<td><input type="text" name="name_deceased" id="name_deceased" /></td>
</tr>
<tr>
<th width="23%"> <label>
Address of Deceased: </label></th>
<td> <textarea name="kin_address" cols="30" rows="2"></textarea></td>
</tr>
<tr>
<th width="23%"> <label>
Phone of Deceased: </label></th>
<td> <input type="text" name="kin phone" id="kin phone" /></td>
</tr>
<tr>
<th colspan="2"><div align="left">AT-NEED PURPOSES<p>This form has been reviewed and all information on this form is current and correct.</p></div></th>
</tr>
</tr>
<tr>
<th width="23%"> <label>Your Name: </label></th>
<td><input type="text" name="name" id="name" /></td>
</tr>
<tr>
<th width="23%"><label>Date: </label></th>
<td><input type="text" name="date" id="date" /></td>
</tr>
<tr>
<th width="23%"> <label>
Email address: </label></th>
<td> <input type="text" name="email" id="email" /></td>
</tr>
<tr>
<th width="23%">How did you hear about us?</th>
<td><select name="referal" size="1">
<option>Please select...</option>
<option value="yellow_pages">Yellow Pages</option>
<option value="from_friend">From a friend</option>
<option value="internet">Internet</option>
<option value="other">Other</option>
</select></td>
</tr>
<tr>
<th colspan="2"><div align="left">Have you seen our web site?</div></th>
</tr>
<tr>
<th width="23%"> </th>
<td>
<label>
<input type="radio" name="seenWebsite" value="yes" id="seenWebsite_0" />
Yes </label>
<label>
<input type="radio" name="seenWebsite" value="no" id="seenWebsite_1" />
No </label>
</td>
</tr>
<tr>
<th width="23%"> <label>
How did you find our web site?: </label></th>
<td><input type="text" name="website" id="website" /></td>
</tr>
<tr>
<th width="23%"> <label>
Comments: </label></th>
<td><textarea name="comments" id="comments" cols="30" rows="4"></textarea></td>
</tr>
<tr>
<th width="23%"><label>Submit or Clear form: </label></th>
<td><input type="submit" name="Submit" id="Submit" value="Submit" />
<input type="reset" name="reset" id="reset" value="Clear" /></td>
</tr>
</table>