| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		davnette
 
 
  Joined: 09 Nov 2007 Posts: 1
 
  | 
		
			
				 Posted: Wed Apr 15, 2009 7:01 am    Post subject: 405 Method Not Allowed | 
				     | 
			 
			
				
  | 
			 
			
				I get this error '405 Method Not Allowed' when trying a form I have put on  my webspace on
 
http://www.btinternet.com/~davnette.boxers/Stocksbridge/contactus.html
 
I already have one on the same space
 
http://www.btinternet.com/~davnette.boxers/contact_us.html 
 
and it works fine! so it can't be my webspace provider. Can anyone help? | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		mycontac Site Admin
 
  Joined: 31 Dec 2003 Posts: 2860
 
  | 
		
			
				 Posted: Wed Apr 15, 2009 10:34 am    Post subject: Reply | 
				     | 
			 
			
				
  | 
			 
			
				The problem is that you've pasted the HTML code into an already open form tag that previously existed on your webpage.
 
 
Look for the line of code (not from myContactForm):
 
 
 
	  | Code: | 
	 
	
	  | <FORM NAME="contactform" ENCTYPE="multipart/form-data" ACTION="" METHOD=POST> | 
	 
 
 
 
This bit of code is what is causing the error.  Either get rid of this form tag, or close it before you enter the myContactForm.com code.
 
 
Nick Ladd
 
myContactForm.com | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |