Announcement

Collapse
No announcement yet.

Need Help With Form Settings

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need Help With Form Settings

    Ok I made a form for people to email me. I've only got three fields in the form; name, email, and comments. I've also got success and error pages. My problem is that I can't set the form to send anyone to the error page. For example someone can put in their name and comment but forget the email and they'll get the success page. Or they can just put in an email and still get the success page. Can someone tell me how I can set it that if they are missing something in the form they will get my error page that will tell them to go back and fix their form?
    http://GroceriesHomeDelivered.com
    http://ambit.me

  • #2
    Re: Need Help With Form Settings

    What is the php script you are using when the form submits?

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

    Comment


    • #3
      Re: Need Help With Form Settings

      Originally posted by Watdaflip View Post
      What is the php script you are using when the form submits?
      What do you mean?
      http://GroceriesHomeDelivered.com
      http://ambit.me

      Comment


      • #4
        Re: Need Help With Form Settings

        The rerror page for the built in Form processor is ONLY used to alert the visitor for filesize bigger than the allowed (if youhave file upload fields in your form) as well as for injection headers. Nothing else.

        To make your fields required, you need to validate your fields with Javascript and / or use a php script that can do it, like ABVFP.
        For the built in BV Javascript validation, double click each field, and select "Validate". The Validation Dialog Box will open, it is pretty intuitive.
        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!

        Comment


        • #5
          Re: Need Help With Form Settings

          I tried the built in BV Javascript validation but it's not working for me. Please see if I have my settings correct. You can also go directly to the site here: http://www.earnbigonline.com/email_me.php. When I submit without any information on the email page, it still goes through and is followed by my confirmation page. It should lead to an error page but does not. Please advise.

          New Question:
          How do I erase webpages that I published and no longer need?



          http://GroceriesHomeDelivered.com
          http://ambit.me

          Comment


          • #6
            Re: Need Help With Form Settings

            It is not a question of settings, your validation doesn't work at all, because you have named your form "E-mail form" . NO spaces are allowed because they break the Javascript validation function!. Rename it as "Email_form" or anything else, without spaces.

            To delete pages from the site, connect with FTP or file manager and delete them. FTP and File Manager work, more or less, as your desktop Windows Explorer does.
            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!

            Comment

            Working...
            X