Help on "Validating Form Elements"!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • debbyetex
    Sergeant Major

    • Apr 2006
    • 93

    #16
    Re: Help on "Validating Form Elements"!

    Just sent you all the info (including the file in question). Hope this helps.

    Thanks Naval!
    Debbye

    Comment

    • navaldesign
      General & Forum Moderator

      • Oct 2005
      • 12080

      #17
      Re: Help on "Validating Form Elements"!

      Done. Try it now
      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

      • debbyetex
        Sergeant Major

        • Apr 2006
        • 93

        #18
        Re: Help on "Validating Form Elements"!

        Yea!!!!! It works.
        After all your hard work............there is a problem though.
        I don't want (every food item on my menu) to come thru in the email. Just the food items (selected) by the customer.

        Sorry, I didn't make it clear.
        Thanks Naval,
        Deb

        Comment

        • debbyetex
          Sergeant Major

          • Apr 2006
          • 93

          #19
          Re: Help on "Validating Form Elements"!

          And how come the fields (clear) when the customer clicks on the submit button? If they click on the "back arrow" to complete (1) field............all fields are now blank and they have to re-enter all over again. Want it to work like your site.

          Thank You,
          Debbye

          Comment

          • navaldesign
            General & Forum Moderator

            • Oct 2005
            • 12080

            #20
            Re: Help on "Validating Form Elements"!

            Make the values of the fields "YES - ORDERED" so the ones that have this message" beside the item name, are the ones that the client has ordered. Of course we can make it also not come at all, but the script would become somewhat more complicated.

            As for the back button, open a html box and put this code inside:

            <FORM>
            <input type="button" class="but" value="< Return to the form " onclick=history.go(-1)>
            </FORM>


            Then move the box wherever you want it.

            I had already explained thiat in a mail i had sent you.
            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

            • debbyetex
              Sergeant Major

              • Apr 2006
              • 93

              #21
              Re: Help on &quot;Validating Form Elements&quot;!

              Thanks Naval,
              I'll make the changes and let you know.

              You have been more than gracious with helping me!
              Could not have done it without you!

              Thanks,
              Debbye

              Comment

              • navaldesign
                General & Forum Moderator

                • Oct 2005
                • 12080

                #22
                Re: Help on &quot;Validating Form Elements&quot;!

                You're welcome Debbye.
                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

                • debbyetex
                  Sergeant Major

                  • Apr 2006
                  • 93

                  #23
                  Re: Help on &quot;Validating Form Elements&quot;!

                  Naval,
                  Sorry to be such a pain! But, I added "Selected" in the values of a few items.........then saved........then re-published. I then refreshed my menu page (so the changes) too effect. I selected just those few I changed the values to. But, there's NO indication in my email. They are all just listed (nothing beside the ones I selected).

                  Help me a little more (almost done)
                  Debbye

                  Comment

                  • debbyetex
                    Sergeant Major

                    • Apr 2006
                    • 93

                    #24
                    Re: Help on &quot;Validating Form Elements&quot;!

                    The "Back Button" now works great!!!!!!

                    You're the best!
                    Deb

                    Comment

                    • navaldesign
                      General & Forum Moderator

                      • Oct 2005
                      • 12080

                      #25
                      Re: Help on &quot;Validating Form Elements&quot;!

                      Why did you make them "Selected" ? Just change the value, not the Selected / Non selected. They should all be NON SELECTED
                      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

                      • debbyetex
                        Sergeant Major

                        • Apr 2006
                        • 93

                        #26
                        Re: Help on &quot;Validating Form Elements&quot;!

                        Sorry............Let me see if I understand.

                        Name: hotdogs
                        Value: this field is where I typed in "Selected"
                        Initial State: * Not Checked Checked

                        This is the way I have it. Did I understand and do it correctly??

                        Thanks,
                        Deb

                        Comment

                        • debbyetex
                          Sergeant Major

                          • Apr 2006
                          • 93

                          #27
                          Re: Help on &quot;Validating Form Elements&quot;!

                          I didn't change the Initial State..........I left them "Not Checked"

                          Comment

                          • navaldesign
                            General & Forum Moderator

                            • Oct 2005
                            • 12080

                            #28
                            Re: Help on &quot;Validating Form Elements&quot;!

                            Yes, this is how it should have worked. Did you refresh the browser before testing the form? if not, changes have not taken effect. Please test it again after refreshing
                            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

                            • debbyetex
                              Sergeant Major

                              • Apr 2006
                              • 93

                              #29
                              Re: Help on &quot;Validating Form Elements&quot;!

                              Yes, I refreshed my browser and it still didn't work. I made another (obvious) change to the page...........so I know the new page is there.
                              There is nothing beside the 3 items I selected!

                              Deb

                              Comment

                              • debbyetex
                                Sergeant Major

                                • Apr 2006
                                • 93

                                #30
                                Re: Help on &quot;Validating Form Elements&quot;!

                                Just a thought...........we don't have anything in our script about the "value" field..............do we?

                                I know the other script I used (before incorporating validation) only sent the customer's selected food items to my email. All of them were not listed. Would we have to completely revamp the script to get it to work like that?

                                You've been so nice in helping me! I don't want to cause you alot more work.

                                Thanks,
                                Debbye

                                Comment

                                Working...
                                X