problems with form processing

This is a discussion on "problems with form processing" within the Classic ASP section. This forum, and the thread "problems with form processing are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Apr 23rd, 2006, 02:48
New Member
Join Date: Apr 2006
Age: 40
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
problems with form processing

I have a form at http://www.kodonnellsrestaurant.com/...ant-jobs.shtml that is using the sendmail_cdo.asp to process it. What it's supposed to do is take the info inputed by the user into the form and put it into an html template that I've made and then email that template to me. I have all 3 files, the page, the template and the sendmail.asp file in the same place which is in the webdocs folder off the root of my domain space on my server.

I am getting a 405 error that says specifically:

Method Not Allowed

The requested method POST is not allowed for the URL /sendmail_cdo.asp.

The instructions say to have method=post in the code but it sounds like this error is telling me that's not right. Can anyone help me? I really need this form to work as soon as possible since we've got ads put in the paper directing applicants to our website to apply!

Please help! And if you can't help with this, can you direct me to another way for me to make the responses in the form to pop into an html file and then emailed to me?

Thanks! Carrie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Apr 23rd, 2006, 21:06
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,192
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
Re: problems with form processing

Make sure you have specified an Action in your form tag.
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Apr 26th, 2006, 15:37
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,669
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Re: problems with form processing

That error usually happens when you post a form to a directory:
ie: <form action="/Scripts/SendEmail/">
You must always specify the full path for the script, including extension.

I'm not sure we're looking at the right page because from your link I got this:
<form action="http://www.kodonnellsrestaurant.com/formmail.php">
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Apr 26th, 2006, 17:34
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,192
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
Re: problems with form processing

so, no method specified then...


Dunno if that throw an error though..
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
problems, form, processing

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ah form processing doing my head in! 1840dsgn PHP Forum 7 Jul 17th, 2007 23:14
Processing application and agreement form beerboi PHP Forum 1 Jun 26th, 2006 14:36
Form problems...... sjc1919 Web Page Design 18 Jun 6th, 2006 14:24
Processing Form ASP using GET method to Email rbrown1972 Classic ASP 2 Feb 25th, 2005 05:23
Form processing javabean kinjiro PHP Forum 0 Aug 9th, 2004 14:18


All times are GMT. The time now is 03:56.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42