Results 1 to 11 of 11

Thread: Forms: Success and failure pages not working
      
   

  1. #1
    bigmermaid is offline Private
    Join Date
    Jul 2010
    Posts
    1

    Default Forms: Success and failure pages not working

    After pressing the Send button on my form, I get a 404 Not Found message. What am I doing wrong? I have set up and published success and error pages, but they do not seem to be working properly.

    I am getting an email every time a send myself a practice message, so that part's working.


    My form is www.bioenergy-balancing.com/munayki-rsvp.php

    Thanks,
    MaryAnn

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

    Default Re: Forms: Success and failure pages not working

    Sorry but I can see no form in the link you provided.
    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
    landscapediva is offline Private First Class
    Join Date
    Jul 2010
    Posts
    7

    Default Re: Forms: Success and failure pages not working

    I am having the same problem. Also in the form itself one of my "qty" checkboxes is not working. The other two. I look at their validate properties and they are all the same. The form is located under the page "picnic cuisine menu TOGO" at www.foodflowersfriends.com

    Thank you in advance

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

    Default Re: Forms: Success and failure pages not working

    The success page url is wrong as you have published it as .php but in the form properties you typed .html

    The checkboxes seems right, if necessary delete the problematic one and recreate it.
    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!


  5. #5
    landscapediva is offline Private First Class
    Join Date
    Jul 2010
    Posts
    7

    Default Re: Forms: Success and failure pages not working

    Thanks so much. I'm working on that as we speak. I did what you recommended with the qty box that was problematic and it works but it is at the end of the form submission. My "A" type personality would like to have it in order when the email comes but I don't know how to adjust it. At least I have all the info though =)

    reset button not working. Should I delete it and add a new one?

    Thanks again for everything.

    Deborah

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

    Default Re: Forms: Success and failure pages not working

    The reset button is outside the form area- move it in

    To set the fields order:

    Right click on the field you want first, and from the right click menu select "Move to Front"

    Repeat for ALL fields in the desired order, including the Submit and Reset buttons

    Save, Publish, Refresh your browser to test.
    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!


  7. #7
    landscapediva is offline Private First Class
    Join Date
    Jul 2010
    Posts
    7

    Default Re: Forms: Success and failure pages not working

    Navaldesign,
    Thank you for all your help. I'm still having a bit of a problem with the html php file. I'm still missing somethingin my train of thought. Thank god I'm a better Chef than computer wiz.

    Okay, I keep the order form a php file. I opened the success and error files and saved them with the bvp exention. I changed the page to be directed to from the order form to reflect the new saved files.

    I saved all and published. Still didn't work. I tried resaving with a html ext. and it saved it as a doc. That didn't work. I renamed both success and error with a new ext. "success_01.bvp and error_01.bvp" that didn't work either. Where is my thought process breaking down?

    Thank you again.
    Deborah

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

    Default Re: Forms: Success and failure pages not working

    When you save pages , in BV, you do NOT add any extension, just the page name.

    The type of extension (html or php) is set through the menu, View -> Page Properties -> Page extension (when published)

    So it is actually simple:

    Open your success and error pages.

    Go (for each page) in Page Properties and set the extension to be html
    Save As "error" and "success" (no extensions are required)
    Publish these pages
    Go in the form page (in BV) .
    Make sure that the "Success URL" and "Error URL" are set to be "success.html" and "error.html"

    Save the form page, publish it, and refresh your browser to test.
    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!


  9. #9
    landscapediva is offline Private First Class
    Join Date
    Jul 2010
    Posts
    7

    Default Re: Forms: Success and failure pages not working

    Okay I got it!

    I see what I did and my thoughts didn't go that far back. I created my order form and they worked off of them to create my success and error pages and saved them with new file names. I didn't even think about the page properties.

    One last glitch though. They are up but I must have gremlins or something. Half of my success page is wrong it is like the two pages merged or something.

    When working with them in blue voda they are correct but published they are not. For example... on my success page..it reads Success! (new text box) Your order has been placed....etc. on my error page it reads Oops! error (new text box) please try again or call.....

    Published my success page reads....Oops! error (new text box) your order has been placed. Strange...

    Thank you again.
    Deborah

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

    Default Re: Forms: Success and failure pages not working

    This is (again) because you are creating your pages using the "Save As" command.
    The "Ooops! Error!" banner is an image (BV transforms it to image when publishing) and since you used the Save As, the two pages have the same image name. So, the last one you created (error) is used by both pages.

    Solution:

    Open the problematic page in BV. CUT and Paste back (using the Toolbar icon Paste) the problematic banner. Save and publish again, refresh the page to check it.
    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!


  11. #11
    landscapediva is offline Private First Class
    Join Date
    Jul 2010
    Posts
    7

    Default Re: Forms: Success and failure pages not working

    Your good. I've fixed it. Thank you soooo very much. If you ever need food help I'm here!

    Kindest regards,
    Deborah

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