Results 1 to 6 of 6

Thread: Form doesn't work
      
   

  1. #1
    JDSokol is offline Private
    Join Date
    Aug 2007
    Posts
    4

    Default Form doesn't work

    I added a form to my website www.CharityChurchTravel.com, and I am pretty sure I added it exactly in the manner in which the video instructed. However, when I clicked the submit button on the "Join Us" page, on which the form is located, it said

    Method Not Allowed

    The requested method POST is not allowed for the URL /join_us.html.

    How do I correct this? What have I missed? This is an important page and I must have it running properly. Thank you!

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Form doesn't work

    Well, you have a major problem in your form: There is NO action. The action page, with the script in it, is the one that actually processes the form info and sends you the mail.

    And, you have no visitor's email field in your form. What more natural than asking for their email address ?

    Please read the text under the multimedia Forms Tutorial 1 to see what you should do.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    JDSokol is offline Private
    Join Date
    Aug 2007
    Posts
    4

    Exclamation Re: Form doesn't work

    I did create an action page, the .php page, named it "action", wrote thank you on it...the whole 9 yards. I also followed the instructions for adding the stuff in the html page explicitly. What else is there to do?

  4. #4
    JDSokol is offline Private
    Join Date
    Aug 2007
    Posts
    4

    Default Re: Form doesn't work

    I did create an action page, the .php page, named it "action", wrote thank you on it...the whole 9 yards. I also followed the instructions for adding the stuff in the html page explicitly. What else is there to do?

    Quote Originally Posted by navaldesign View Post
    Well, you have a major problem in your form: There is NO action. The action page, with the script in it, is the one that actually processes the form info and sends you the mail.

    And, you have no visitor's email field in your form. What more natural than asking for their email address ?

    Please read the text under the multimedia Forms Tutorial 1 to see what you should do.

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Form doesn't work

    Yes, you did all the above, but you need to declare this action page to the form, otherwise it doesn't "know" where to send the info.

    Open your form page in BV, double click the form, and in the "Action" field, type "action.php" or whatever else you hace published your action page as.
    Save, republish, and refresh your browser before testing.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    JDSokol is offline Private
    Join Date
    Aug 2007
    Posts
    4

    Thumbs up Re: Form doesn't work

    thank you, that's all i needed to do.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

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 43 44 45 46 47 48 49