i checked the global settings, it has to be on sendmail to work.
the full debug is
_POST: Array ( [Name] => lisa [Email] => [email]zoom4267@aol.com[/email] [select] => killingworth [Issue] => test 711 [Submit] => Submit )
Case 1: Use table layout
E-mail: 'Yes' custom
Email not sent
E-mail message
From: []
To: [email]skytopdesigns@aol.com[/email],
Subject:
Name lisa
Email [email]zoom4267@aol.com[/email]
select killingworth
Issue test 711
Submit Submit
reset
the form code:
<table width="727" height="67" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">
<p>Submit a Town Issue you feel is important and should be addressed. </p>
<p>Please include your contact information and we will get back to you at our earliest convienence </p>
</div>
</td>
</tr>
</table>
<table width="353" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="80" height="30">Name</td>
<td width="273"><input name="Name" type="text" id="Name"></td>
</tr>
<tr>
<td height="30">Email</td>
<td><input name="Email" type="text" id="Email"></td>
</tr>
<tr>
<td height="30">Town</td>
<td><select name="select" size="1">
<option value="select town">-select town-</option>
<option value="killingworth" selected>Killingworth</option>
</select>
</td>
</tr>
</table>
<table width="354" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="96">Issue</td>
<td width="258"><textarea name="Issue" cols="40" rows="4" id="Issue"></textarea></td>
</tr>
<tr>
<td> </td>
<td>{imageverification}</td>
</tr>
</table>
<table width="300" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center">
<input type="submit" name="Submit" value="Submit">
</div></td>
<td><div align="center">
<input name="reset" type="reset" id="reset" value="Reset">
</div></td>
</tr>
</table>
</td>
</tr>
</table>
and i have attached the general and special tab
thanks for the quick response guys
Post edited by: skytopdesigns, at: 2007/11/02 14:24
Post edited by: skytopdesigns, at: 2007/11/02 14:25
Edited to add quote & code tags
Post edited by: GreyHead, at: 2007/11/02 16:13<br><br>Post edited by: GreyHead, at: 2007/11/02 16:31