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.
|
|
|
|
|
![]() |
||
problems with form processing
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 |
|
|
|
||||
|
Re: problems with form processing
Make sure you have specified an Action in your form tag.
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
||||
|
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)
|
|
||||
|
Re: problems with form processing
so, no method specified then...
Dunno if that throw an error though..
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Tags |
| problems, form, processing |
| Thread Tools | |
|
|
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 |