Hi there,
Sorry i don't usually post before i check all the posts so i don't replicate the problem.
I cant get my form to work.
Link to form: http://www.magnokitchens.com.au/index.php?option=com_chronocontact&Itemid=3
I tried everything
Form Code Below:
My Mail Setting are:
Mailer: SMTP Server
Mail From: [email]info@magnokitchens.com.au[/email]
From Name: Magno Kitchens
Sendmail Path: /usr/sbin/sendmail
SMTP Auth: YES
SMTP User: [email]info@magnokitchens.com.au[/email]
SMTP Pass: ******* <- password for info@...
SMTP Host: localhost
I even tried to change the setting for the mail nothing happening
i can send emails from the contact form.
i run the website on my server win 2003 so i have the hosting details if you recommend some settings.
so here you go i tried everything possible and still not working.
P.S No Special Fields Entered
Validation entered (tried to turn it on and off same thing)
Elements Titles entered (same as above)
Thats all :blink:
Cheers
:blush:<br><br>Post edited by: captmohd, at: 2007/11/14 04:35
Sorry i don't usually post before i check all the posts so i don't replicate the problem.
I cant get my form to work.
Link to form: http://www.magnokitchens.com.au/index.php?option=com_chronocontact&Itemid=3
I tried everything
_POST: Array ( [surname] => [firstname] => [email] => [homephone] => [mobile] => [workphone] => [street] => [suburb] => [state] => [postcode] => [quote] => Please Select [mostimportant] => Please Select [budget] => Please Select [purchasetime] => Please Select [comments] => [submit] => SUBMIT )
Case 1: Use table layout
E-mail: 'Yes' custom
Email not sent

Form Code Below:
<p style="margin-top: 0; margin-bottom: 0" align="center">
<font color="#808080" size="2" face="Century Gothic">Please complete
the following form and we will be at your service as prompt as
possible.</font></p>
<p style="margin-top: 0; margin-bottom: 0" align="left"> </p>
<table width="" border="0">
<tr>
<td width="209"><font face="Century Gothic"><strong><u><font size="2">YOUR DETAILS </font></u></strong></font></td>
<td width="76"> </td>
<td width="261"> </td>
</tr>
<tr>
<td> </td>
<td><font face="Century Gothic" size="2">Surname: </font></td>
<td><font face="Century Gothic" size="2">
<input name="surname" type="text" id="surname" size="30">
*</font></td>
</tr>
<tr>
<td> </td>
<td><font face="Century Gothic" size="2">First Name:</font></td>
<td><font face="Century Gothic" size="2">
<input name="firstname" type="text" id="firstname" size="30">
*</font></td>
</tr>
<tr>
<td> </td>
<td><font size="2" face="Century Gothic">Email:</font></td>
<td><font face="Century Gothic" size="2">
<input name="email" type="text" id="email" size="30">
*</font></td>
</tr>
<tr>
<td><font face="Century Gothic" size="2"><strong><u>PHONE</u></strong></font></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><font face="Century Gothic" size="2">Home:</font></td>
<td><font face="Century Gothic" size="2">
<input name="homephone" type="text" id="homephone" size="20">
* </font></td>
</tr>
<tr>
<td> </td>
<td><font face="Century Gothic" size="2">Mobile:</font></td>
<td><font face="Century Gothic" size="2">
<input name="mobile" type="text" id="mobile" size="20">
</font></td>
</tr>
<tr>
<td> </td>
<td><font face="Century Gothic" size="2">Work: </font></td>
<td><font face="Century Gothic" size="2">
<input name="workphone" type="text" id="workphone" size="20">
</font></td>
</tr>
<tr>
<td><strong><u><font face="Century Gothic" size="2">ADDRESS</font></u></strong></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><font face="Century Gothic" size="2">Street :</font></td>
<td><font face="Century Gothic" size="2">
<input name="street" type="text" id="street" size="35">
</font></td>
</tr>
<tr>
<td> </td>
<td><font face="Century Gothic" size="2">Suburb:</font></td>
<td><font face="Century Gothic" size="2">
<input name="suburb" type="text" id="suburb" size="35">
</font></td>
</tr>
<tr>
<td> </td>
<td><font face="Century Gothic" size="2">State:</font></td>
<td><font face="Century Gothic" size="2">
<input name="state" type="text" id="state" size="5">
</font></td>
</tr>
<tr>
<td> </td>
<td><font face="Century Gothic" size="2">Post Code:</font></td>
<td><font face="Century Gothic" size="2">
<input name="postcode" type="text" id="postcode" size="5">
</font></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="2"><b><font size="2">Interested in a quote for</font></b></td>
<td><font size="3" face="Century Gothic">
<select name="quote" id="quote" size="1">
<option selected>Please Select</option>
<option>Kitchen</option>
<option>Bathroom</option>
<option>Laundry</option>
<option>Office</option>
<option>Other</option>
</select>
</font></td>
</tr>
<tr>
<td colspan="2"><b><font size="2">What is most important to you?</font></b></td>
<td><font size="3" face="Century Gothic">
<select name="mostimportant" id="mostimportant" size="1">
<option selected>Please Select</option>
<option>Quality</option>
<option>Service</option>
<option>Budget</option>
</select>
</font></td>
</tr>
<tr>
<td colspan="2"><b><font size="2">Budget: ($)</font></b></td>
<td><font size="3" face="Century Gothic">
<select name="budget" id="budget" size="1">
<option selected>Please Select</option>
<option>0-8000</option>
<option>8000- 15000</option>
<option>15000+</option>
</select>
</font></td>
</tr>
<tr>
<td colspan="2"><b><font size="2">Approximately when are you looking to purchase?</font></b></td>
<td><font size="3" face="Century Gothic">
<select name="purchasetime" id="purchasetime" size="1">
<option selected>Please Select</option>
<option>Now</option>
<option>3 Months</option>
<option>6 Months</option>
<option>12 Months</option>
</select>
</font></td>
</tr>
<tr>
<td colspan="2"> </td>
<td> </td>
</tr>
<tr>
<td colspan="2"><u><b><font face="Century Gothic" size="2">Comments:</font></b></u></td>
<td> </td>
</tr>
<tr>
<td colspan="3"><font size="2" face="Century Gothic">
<textarea name="comments" cols="60" id="comments" rows="6"></textarea>
</font></td>
</tr>
<tr>
<td colspan="3"><font size="2" face="Century Gothic"><font color="#808080">* Represents mandatory fields</font></font></td>
</tr>
<tr>
<td colspan="3"><div align="center"><font size="2" face="Century Gothic"><span class="style5">
<input type="submit" value="SUBMIT" name="submit" >
</span></font></div></td>
</tr>
</table>
My Mail Setting are:
Mailer: SMTP Server
Mail From: [email]info@magnokitchens.com.au[/email]
From Name: Magno Kitchens
Sendmail Path: /usr/sbin/sendmail
SMTP Auth: YES
SMTP User: [email]info@magnokitchens.com.au[/email]
SMTP Pass: ******* <- password for info@...
SMTP Host: localhost
I even tried to change the setting for the mail nothing happening
i can send emails from the contact form.
i run the website on my server win 2003 so i have the hosting details if you recommend some settings.
so here you go i tried everything possible and still not working.
P.S No Special Fields Entered
Validation entered (tried to turn it on and off same thing)
Elements Titles entered (same as above)
Thats all :blink:
Cheers
:blush:<br><br>Post edited by: captmohd, at: 2007/11/14 04:35