Results 1 to 8 of 8

Thread: form not working
      
   

  1. #1
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,366

    Default form not working

    need some help guys or girls. i have looked at this form for days now and cannot get it to work. when i fill out the form and press the submit button i get an error message:
    Warning: file_get_contents(./error.html) [function.file-get-contents]: failed to open stream: No such file or directory in /home/mlivrvpe/public_html/estimates.php on line 11
    link for the form page is:
    http://www.paintingmyrtlebeach.com/estimates.php

    thanks in advance.

  2. #2
    Vasili's Avatar
    Vasili is online now Moderator
    Join Date
    Mar 2006
    Posts
    14,176

    Default Re: form not working

    1. Make sure the SUBMIT button truly IS within the margins of the Form on your page.
    2. Be sure to PUBLISH your "Success" page, and to have published it according to the page name and link your entered in the Form Properties, as a ".html" page.
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

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

    Default Re: form not working

    The problem, as the message clearly indicates, is that your "error" page is missing.

    For some reason, the script tries to report the error, but can't find the error page and it reports this error.

    Create an "error" page. Since in the form properties you have set it to be .html, make sure you publish it as such (.html) .
    Make sure you include, in this page, the following text:

    ##error##

    This will be replaced, when the script reports the error, by the actual error message and you will be able to understand what is wrong with your form.

    Please note that your checkboxes are named incorrectly (though this has no effect on the form submission) as they have the standard "Checkbox1" , "Checkbox2" atc names.
    Each checkbox of the same group should have the same name. In example, your "How did you find us" checkboxes should ALL have the name referral[] and then each one should have the related value: Google, Yahoo, Yellow Pages, etc. The square brackets are required for force the script "gather" all possible answers under the same "referral" label.
    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!


  4. #4
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,366

    Default Re: form not working

    thanks guys - naval - not sure what i should put on the error page other than ##error##. should i make it to appear as a success or thank you page? OR should i say you have made a mistake please include.....
    further i will fix the checkboxes, but wanted to get the form to work properly.

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

    Default Re: form not working

    <<normally this should be a page like the rest of your pages, with a message like:

    We have encountered the following error:

    then the ##error## part

    and last, a "Back button"
    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
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,366

    Default Re: form not working

    ok - now i really feel stupid - how do i install a back button? do i have to create a form to do this?

  7. #7
    mrmagoo144's Avatar
    mrmagoo144 is offline Brigadier General
    Join Date
    Feb 2007
    Posts
    1,366

    Default Re: form not working

    hey guys - got all to work correctly and thanks for the help. great forum we have.

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

    Default Re: form not working

    The simplest way is to add in your page an advanced button, and, through its properties, set it to be a Back button.
    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!


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