pixeltrace Posted August 30, 2006 Share Posted August 30, 2006 guys,i need help on my email form.my problem is my emailsubmit page is telling "your message has been sent"but when i check my mail. the test mail that i submit several times didnt got in.this is the code for the form page----[code]<style type="text/css"><!--body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}--></style><table width="407" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/spacer.gif" width="10" height="10"></td> </tr> <tr> <td><form method='post' action='contactemail.php'> <table width="384" height="406" border=0 cellpadding=0 cellspacing=0> <tbody> <tr> <td height=4 colspan="4"></td> </tr> <tr> <td height=4 colspan="4" class="bodytext3"> GENERAL INQUIRY</td> </tr> <tr> <td height=8 colspan="4"><img src="images/spacer.gif" width="1" height="8"></td> </tr> <tr> <td width=10 height="18" class="bodytext3"><img src="images/spacer.gif" width="10" height="10"></td> <td width=66 height="18" class="bodytext3">Name</td> <td width=4> </td> <td width="304"><input name=name class="newsletter" size=30 maxlength=50> </td> </tr> <tr> <td height="8" colspan="4"><img src="images/spacer.gif" width="1" height="8"></td> </tr> <tr> <td width=10 height="18" class="bodytext3"> </td> <td width=66 height="18" class="bodytext3">Contact No.</td> <td width=4> </td> <td><input name=phone class="newsletter" size=30 maxlength=80> </td> </tr> <tr> <td height="8" colspan="4"><img src="images/spacer.gif" width="1" height="8"></td> </tr> <tr> <td width=10 height="18" class="bodytext3"> </td> <td width=66 height="18" class="bodytext3">Email</td> <td width=4> </td> <td><input name=email class="newsletter" size=30 maxlength=80> </td> </tr> <tr> <td height="8" colspan="4"><img src="images/spacer.gif" width="1" height="8"></td> </tr> <tr> <td width=10 align=left valign=top class="bodytext3"> </td> <td width=66 align=left valign=top class="bodytext3">Company/<br> Organization</td> <td width=4> </td> <td height="18" align=left valign=top><p> <input name=company class="newsletter" size=30 maxlength=80> <input name="websitecheckbox" type=checkbox class="newsletter3" value=nowebsite> <span class="bodytext2">None </span><span class="bodylink3"><br> <br> </span></p></td> </tr> <tr> <td background="images/bg3.gif" height="1" colspan="4" align=left valign=top class="bodylink3"><img src="images/spacer.gif"></td> </tr> <tr> <td height="8" colspan="2" align=left valign=top class="bodylink3"> </td> <td width=4> </td> <td valign="top" align="left"><span class="bodytext2"> I prefer to be contactd by</span> <input name="phonecheckbox" type="checkbox" class="newsletter3" value="phone" /> <span class="bodytext2">Phone</span> <input name="emailcheckbox" type="checkbox" class="newsletter3" value="email" /> <span class="bodytext2">Email</span></td> </tr> <tr> <td height="7" colspan="4" align=left valign=top class="bodylink3"><img src="images/spacer.gif" width="10" height="6" /></td> </tr> <tr> <td background="images/bg3.gif" colspan="4" align=left valign=top class="bodylink3" height="1"><img src="images/spacer.gif" width="1" height="1"></td></tr> <tr> <td height="100" colspan="2" align=left valign=top class="bodylink3"> </td> <td width=4> </td> <td valign=top align=left><span class="bodytext3">Message Inquiry</span><br> <textarea name=description cols=50 rows=6 wrap=VIRTUAL class="newsletter2"></textarea><br><br> <span class="bodytext2">How did you hear about Sinag Tala?</span><br> <input name=referred class="newsletter" size=50 maxlength=100> </td></tr> <tr> <td background="images/bg3.gif" colspan="4" height="1"><img src="images/spacer.gif" width="1" height="1"></td> </tr> <tr> <td height="4" colspan="4" align=left valign=top class="bodylink3"><img src="images/spacer.gif" width="1" height="4"></td> </tr> <tr> <td height="24" colspan="2" align=left valign=top class="bodylink3"> </td> <td width=4> </td> <td valign=top align=left><input type=submit value=submit name=submit> <input type=hidden value=http://www. name=redirect> <input type=hidden value=Sinagtala_General_Inquiry name=subject> <input type=hidden [email protected] name=recipient> </td> </tr> </tbody> </table> </form></td> </tr> </table>[/code] Link to comment https://forums.phpfreaks.com/topic/19188-need-help-on-my-email-form/ Share on other sites More sharing options...
ronverdonk Posted August 30, 2006 Share Posted August 30, 2006 So where is your mail PHP code?Ronald 8) Link to comment https://forums.phpfreaks.com/topic/19188-need-help-on-my-email-form/#findComment-83036 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.