forms - "post not allowed for URL..."

S

Sandra

I am having a problem using my forms. Everytime I try to
test the form or somebody else tries to actually use the
form it gives the following error message:

Method Not Allowed
The requested method POST is not allowed for the
URL /prayer_list.htm.
 
S

Sandra

There are two URLS where it's not working. They are:

www.calvaryofcamden.com/prayer_list.htm
www.calvaryofcamden.com/memory.htm

Thanks for your help!

-----Original Message-----
Provide a URL of the form page

___________________________________________


I am having a problem using my forms. Everytime I try to
test the form or somebody else tries to actually use the
form it gives the following error message:

Method Not Allowed
The requested method POST is not allowed for the
URL /prayer_list.htm.
 
S

Stefan B Rusynko

Your problem on both pages is you have nested forms - illegal html
- that's why you have multiple </form> tags at the end of the page
Your top dropdown menu form is not closed before your second form is opened
- move the </form> for the dropdown menu form to the end of the dropdown html so that the <form> it opens gets closed by a </form>
before you insert a second form on the page

In the 1st link
1) Remove the 2 extra <style type="text/css"><style type="text/css"> tags in the head section
2) Rename your form to remove all spaces
3) make sure _private/form_results.txt exists
4) Unselect the Subject Field option if you are entering your own subject

In the 2nd link
1) In the head section remove <base target="main"> (you don't have frames)
2) Remove the 2 extra <style type="text/css"><style type="text/css"> tags in the head section
3) Rename your form to remove all spaces
4) make sure _private/form_results.txt exists
5) Unselect the Subject Field option if you are entering your own subject




| There are two URLS where it's not working. They are:
|
| www.calvaryofcamden.com/prayer_list.htm
| www.calvaryofcamden.com/memory.htm
|
| Thanks for your help!
|
| -----Original Message-----
| Provide a URL of the form page
|
| ___________________________________________
|
|
| | I am having a problem using my forms. Everytime I try to
| test the form or somebody else tries to actually use the
| form it gives the following error message:
|
| Method Not Allowed
| The requested method POST is not allowed for the
| URL /prayer_list.htm.
| -----------------------
| Apache/1.3.27 Server at www.calvaryofcamden.com Port 80
|
| Has anybody else had this problem and what did you do to
| resolve it??? Ugggh! :)
|
|
|
|
 
S

Sandra

Perfect fix on both!!!

Thank you soooo much! :)


-----Original Message-----
Your problem on both pages is you have nested forms - illegal html
- that's why you have multiple </form> tags at the end of the page
Your top dropdown menu form is not closed before your second form is opened
- move the </form> for the dropdown menu form to the end
of the dropdown html so that the said:
before you insert a second form on the page

In the 1st link
1) Remove the 2 extra <style type="text/css"><style
type="text/css"> tags in the head section
2) Rename your form to remove all spaces
3) make sure _private/form_results.txt exists
4) Unselect the Subject Field option if you are entering your own subject

In the 2nd link
1) In the head section remove <base target="main"> (you don't have frames)
2) Remove the 2 extra <style type="text/css"><style
type="text/css"> tags in the head section
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top