View previous topic :: View next topic |
Author |
Message |
phalanxit
Joined: 28 Aug 2011 Posts: 1
|
Posted: Mon Aug 29, 2011 1:15 pm Post subject: Requested method POST not allowed for URL /contacts.html |
|
|
Hi, Could someone please offer me some help/advice?
I've created a site from a template and created a 'contact us' form, which I have managed to get sitting roughly where I want it in the page.
http://www.phalanx-it.co.uk/contacts.html
When I fill in all the data and hit the 'Submit' button, I get the following message:
Method Not Allowed
The requested method POST is not allowed for the URL /contacts.html.
:/ Any suggestions greatly appreciated - I hope I have included all the information needed.
Kind regards,
jamie |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Aug 30, 2011 4:36 am Post subject: Reply |
|
|
Please view the source code on your site. You have posted the myContactForm.com code within an already open form tag:
Code: |
<form id="ContactForm" method="post"> |
You need to either remove the above tag, or delete it before entering the myContactForm.com code. It is essentially hijacking the myContactForm.com form and sending the data right back to your web page instead of sending it to the myContactForm.com server for processing.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|