Hi everyone,
I have 2 problems occuring when i include the form on my website :
1. The form i currently have on my website can be viewed at http://www.energyfactory365.com/index.php?option=com_content&view=article&id=54&Itemid=64 What happens is when I fill in the form and send the following message appears :
*****_POST: Array ( [Name] => 434 [Email] => [email]434@f.com[/email] [Comments] => tertewrtwert [Submit] => Send )
Case 1: Use table layout
E-mail: 'Yes' custom
Email sent
E-mail message
From: Richard [sales@energyfactory365.com]
To: [email]sales@energyfactory365.com[/email]
Subject: site admin
Name 434
Email [email]434@f.com[/email]
Comments tertewrtwert
Submit Send
Submit2
Submitted by 88.27.49.137 *******
Obviously i would just like a Thank you message or something instead of the above!!!
However, i still receive the message.
The form code i have inserted is :
<table width="500" border="0">
<tr>
<td colspan="2"><strong>Property Enquiry - Please quote the Property Reference in the text area below</strong></td>
</tr>
<tr>
<td width="128">Name</td>
<td width="362"><label>
<input type="text" name="Name" />
</label></td>
</tr>
<tr>
<td>Email</td>
<td><label>
<input type="text" name="Email" />
</label></td>
</tr>
<tr>
<td>Comments</td>
<td><label>
<textarea name="Comments"></textarea>
<br />
<input type="submit" name="Submit" value="Send" />
<input type="reset" name="Submit2" value="Clear" />
</label></td>
</tr>
</table>
2. The other problem i have is that when I install the SEF component sh404SEF and then go to fill in the form and submit, the page comes up with a 404 error, page cannot be found. When i switch off SEF component although i get the same problem as described above, at least i receive the enquiry.
Hopefully someone can help me out!
Thanks in advance.
Richard
I have 2 problems occuring when i include the form on my website :
1. The form i currently have on my website can be viewed at http://www.energyfactory365.com/index.php?option=com_content&view=article&id=54&Itemid=64 What happens is when I fill in the form and send the following message appears :
*****_POST: Array ( [Name] => 434 [Email] => [email]434@f.com[/email] [Comments] => tertewrtwert [Submit] => Send )
Case 1: Use table layout
E-mail: 'Yes' custom
Email sent
E-mail message
From: Richard [sales@energyfactory365.com]
To: [email]sales@energyfactory365.com[/email]
Subject: site admin
Name 434
Email [email]434@f.com[/email]
Comments tertewrtwert
Submit Send
Submit2
Submitted by 88.27.49.137 *******
Obviously i would just like a Thank you message or something instead of the above!!!
However, i still receive the message.
The form code i have inserted is :
<table width="500" border="0">
<tr>
<td colspan="2"><strong>Property Enquiry - Please quote the Property Reference in the text area below</strong></td>
</tr>
<tr>
<td width="128">Name</td>
<td width="362"><label>
<input type="text" name="Name" />
</label></td>
</tr>
<tr>
<td>Email</td>
<td><label>
<input type="text" name="Email" />
</label></td>
</tr>
<tr>
<td>Comments</td>
<td><label>
<textarea name="Comments"></textarea>
<br />
<input type="submit" name="Submit" value="Send" />
<input type="reset" name="Submit2" value="Clear" />
</label></td>
</tr>
</table>
2. The other problem i have is that when I install the SEF component sh404SEF and then go to fill in the form and submit, the page comes up with a 404 error, page cannot be found. When i switch off SEF component although i get the same problem as described above, at least i receive the enquiry.
Hopefully someone can help me out!
Thanks in advance.
Richard