contact & thank you forms

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

    • Jun 2007
    • 92

    contact & thank you forms

    Hi:

    1.- I'm having same problems that other people post.
    I followed several times tutorial # 1 but my results aren't good.
    I add:
    <?PHP
    $mailto = "c_arano******.com.ar";
    $email = $HTTP_POST_VARS[email];
    if ($email == "") {
    $email = $mailto;
    }
    $mailsubj = "contact form submission";
    $mailhead = "From: $email\n";
    reset ($HTTP_POST_VARS);
    $mailbody = "Values submitted from web site contact form :\n";
    while (list ($key, $val) = each ($HTTP_POST_VARS))
    {
    Since I didn't change the RED LINE, I believe my error is there. In my testings I am getting mails saying: "Values submitted from web site contact form" instead the listing of information written by me at the contact form.

    2.- The other problem I have is that my reset button at the contact form is not working as expected.

    I will appreciate your help.
    carlosarano
    c_arano******.com.ar
    be38797f
    Carlos-Arano.com.ar
  • navaldesign
    General & Forum Moderator

    • Oct 2005
    • 12080

    #2
    Re: contact &amp; thank you forms

    No, that 's aonly the start of the mail, if you are not recieving the values you probably have not set the form encoding type to be "multipart/form data"

    The reset button is probably outside the form area.

    Please provide the form URL so we can have a look
    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

    • carlosarano
      Sergeant Major

      • Jun 2007
      • 92

      #3
      Re: contact &amp; thank you forms

      Dear Navaldesign:
      My URL is
      www.carlos-arano.com.ar/orden_cr.php
      Thank you,
      Carlos
      Carlos-Arano.com.ar

      Comment

      • navaldesign
        General & Forum Moderator

        • Oct 2005
        • 12080

        #4
        Re: contact &amp; thank you forms

        As i has supposed,the submit button is outside the form area. At times it seems that it is in the form, but it isn't . Delete it and place it there again.

        Also, you have associated 4 or 5 onclick showobject() events to your reset button. Not sure, but this could make your form not work. I never tried it so i can't be sure.
        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

        • carlosarano
          Sergeant Major

          • Jun 2007
          • 92

          #5
          Re: contact &amp; thank you forms

          Thank you a lot, navaldesign. Now it is working pretty well. It is not too bad for a 75 years old pupil to learn from a teacher as you !!!!.
          But I have one more question:
          In my web I need to have a second CONTACT page with a second THANK YOU page. What I have to do? Til now, I tryed unsuccessfuly.
          Carlos
          Carlos-Arano.com.ar

          Comment

          • navaldesign
            General & Forum Moderator

            • Oct 2005
            • 12080

            #6
            Re: contact &amp; thank you forms

            Just create another form, as you like it. if the thnak you page you have already built is ok also for the second form, you can keep the same "action" (thankyou page).
            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

            • carlosarano
              Sergeant Major

              • Jun 2007
              • 92

              #7
              Re: contact &amp; thank you forms

              Is it not possible to have a new "action" page ? (for instance "action_2")
              Carlos-Arano.com.ar

              Comment

              • navaldesign
                General & Forum Moderator

                • Oct 2005
                • 12080

                #8
                Re: contact &amp; thank you forms

                Yes, of course
                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

                • carlosarano
                  Sergeant Major

                  • Jun 2007
                  • 92

                  #9
                  Re: contact &amp; thank you forms

                  Thank you again
                  Carlos
                  Carlos-Arano.com.ar

                  Comment

                  • carlosarano
                    Sergeant Major

                    • Jun 2007
                    • 92

                    #10
                    Re: contact &amp; thank you forms

                    Escuse me. I'm back again.
                    In doing my second "contact" form (that I called "contact_2") and the corresponding "action_2" (thank you sheet), I couldn'n make them to work.
                    What I'm doing wrong?
                    Carlos-Arano.com.ar

                    Comment

                    • carlosarano
                      Sergeant Major

                      • Jun 2007
                      • 92

                      #11
                      Re: contact &amp; thank you forms

                      By the way, my web is:
                      Carlos-Arano.com.ar

                      Comment

                      • navaldesign
                        General & Forum Moderator

                        • Oct 2005
                        • 12080

                        #12
                        Re: contact &amp; thank you forms

                        I can see that the action is NOT "action_2 " . It is "action" . However, it has worked for me. The Submit button is half covered by your text and so it will only work if you click on the right side of 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!

                        Comment

                        • carlosarano
                          Sergeant Major

                          • Jun 2007
                          • 92

                          #13
                          Re: contact &amp; thank you forms

                          Thank you again. I believe I made some mistakes and I'm correcting now.
                          Your help was wonderful.
                          Regards,
                          Carlos
                          Carlos-Arano.com.ar

                          Comment

                          • eausway
                            Sergeant

                            • Apr 2008
                            • 31

                            #14
                            Re: contact &amp; thank you forms

                            Hi there, I'm learning to add a contact & thank you forms.
                            I watched tutorial #1 and follow it step by step. However, I get lost at the last step: copy code and add two lines of code. I really don't know which code I should copy from (from where, which line? as my code looks different to the code in turoial sample). could anyone help me? Thanks a lot!

                            Comment

                            • navaldesign
                              General & Forum Moderator

                              • Oct 2005
                              • 12080

                              #15
                              Re: contact &amp; thank you forms

                              Please follow the tutorial ONLY for the form creation part. As for the "action" and setting the necessary processing script, please follow the text instructions that are UNDER the multimedia tutorial.

                              This is because version 10 of BlueVoda has changed, the tutorial is relevant to the oldd version.

                              In the new version you don't need to copy / paste anything, BV will do everything automatically.
                              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