My form

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Leslein
    First Sergeant

    • Feb 2008
    • 71

    My form

    on my site lesleinlawn.com I have a form on my contact page that is not working correctly.

    I updated my website from last year and have created a form before that worked but on the new form I made I am having no luck.

    Now when I built my site last year I do not think the form making process was the same as now, maybe wrong.

    Now let me say this first. I am not one for asking for help. I have gone through this form development over and over. I have searched old threads, I have deleted redid, everything I know to do.

    Here is what is happening.

    I get no email sent. After submit it goes back to the contact page.

    when I pull up the properties for this form. I have use built in PHP checked.
    I have the email address correct. For the success html. I have tried action,php, I have tried success.html.

    I have pages named action.php and success.html


    I am certainly no expert and I know I am doing something wrong. But I just can not get it figured out.

    Thank you,
    Craig
    pjszxsuo
    Craig

    http://lesleinlawn.com/
    http://turftopics.com
  • davidundalicia
    General

    • Mar 2006
    • 6294

    #2
    Re: My form is not working

    Cant see your contact form, so cant see the source code.

    Have you used the form wizzard in Bluevoda?
    Have fun
    Regards..... David

    Step by Step Visual Tutorials for the complete beginner
    Newbies / Beginners Forum
    FREE Membership Login Scripts: - Meta Tags Analyzer
    My Social Networking Site - Free Contact Forms
    Finished your New website!! Now get it noticed Here:

    Comment

    • D'son
      Major General

      • Apr 2008
      • 2577

      #3
      Re: My form is not working

      Your link to your contact form is going to an html page. It should be a php, which is there but you should delete the html version and correct you links. You must also link your form to your success page. In the field enter success.html, do the same for your error page. I do don't see where it is directed to your succes page (could be missing it) If you used the wizard it may make things a bit easier (all I am used to, and in the action field it is already filled in with
      <?echo($_SERVER[PHP_SELF']);?>
      Then the method is multipart/formdata
      then the success and error fields are near the bottom.
      Reguards
      Ed
      www.dsondesigns.com
      www.marseillesyouthsports.com
      www.300hitter.com
      www.bigjk.net
      How to add JAlbum to your site

      Comment

      • Leslein
        First Sergeant

        • Feb 2008
        • 71

        #4
        Re: My form is not working

        Originally posted by D'son View Post
        Your link to your contact form is going to an html page. It should be a php, which is there but you should delete the html version and correct you links. You must also link your form to your success page. In the field enter success.html, do the same for your error page. I do don't see where it is directed to your succes page (could be missing it) If you used the wizard it may make things a bit easier (all I am used to, and in the action field it is already filled in with
        <?echo($_SERVER[PHP_SELF']);?>
        Then the method is multipart/formdata
        then the success and error fields are near the bottom.
        thank you much,

        I have used the wizard, yes. Probably 4 - 5 times. Even tried to adjust properties after wizard development. Deleted it just as many. Thats when I tried without the wizard.

        I have tried php and html. Tried action.php (as it was when I made it a year ago) I tried success. php and html as well with error.

        I am now trying to start a page from scratch, naming it success.

        Should it be php or html (in the page properties)?

        When I did it the first time a year ago, I had to go and add to the code. I see not like that anymore.

        I have deleted the action, error, success, php, and htmls from the public_html files.

        Thanks for your help, I know it sounds odd, but something just isn't right.
        Craig

        http://lesleinlawn.com/
        http://turftopics.com

        Comment

        • D'son
          Major General

          • Apr 2008
          • 2577

          #5
          Re: My form

          When you insert the form on your page go into the properties and name your form (do not use any spaces or it will not work), ecoding type multipart/form data, check the box for the built in php processor, fill in your web site address and what you want it to say in the email you get. Then you can enter your success and error page names, just the names and extention no dot or back space (./) as is there now or leave it and name your pages success and error. When you publish your page the page will be a .php And your success and error pages will be html. Good Luck
          Reguards
          Ed
          www.dsondesigns.com
          www.marseillesyouthsports.com
          www.300hitter.com
          www.bigjk.net
          How to add JAlbum to your site

          Comment

          • Leslein
            First Sergeant

            • Feb 2008
            • 71

            #6
            Re: My form

            so when I make that form a php use, it switches the properties of the whole page to php? Is that correct?
            Craig

            http://lesleinlawn.com/
            http://turftopics.com

            Comment

            • Leslein
              First Sergeant

              • Feb 2008
              • 71

              #7
              Re: My form

              Originally posted by D'son View Post
              , ecoding type multipart/form data,
              ah, mine was set to text/plain

              name is contact1

              thanks, I am working on it now.
              Craig

              http://lesleinlawn.com/
              http://turftopics.com

              Comment

              • Leslein
                First Sergeant

                • Feb 2008
                • 71

                #8
                Re: My form

                OK, I did exactly what you said.

                thank you, I have my fingers crossed.

                It is taking a little while for the publish to take effect.

                Thank you
                Craig

                http://lesleinlawn.com/
                http://turftopics.com

                Comment

                • D'son
                  Major General

                  • Apr 2008
                  • 2577

                  #9
                  Re: My form

                  Whats the address so we can test it for you.
                  Reguards
                  Ed
                  www.dsondesigns.com
                  www.marseillesyouthsports.com
                  www.300hitter.com
                  www.bigjk.net
                  How to add JAlbum to your site

                  Comment

                  • Leslein
                    First Sergeant

                    • Feb 2008
                    • 71

                    #10
                    Re: My form

                    http://lesleinlawn.com
                    Craig

                    http://lesleinlawn.com/
                    http://turftopics.com

                    Comment

                    • Leslein
                      First Sergeant

                      • Feb 2008
                      • 71

                      #11
                      Re: My form

                      it seems to be working.

                      except I have to change my links to php now
                      Craig

                      http://lesleinlawn.com/
                      http://turftopics.com

                      Comment

                      • D'son
                        Major General

                        • Apr 2008
                        • 2577

                        #12
                        Re: My form

                        You need to either change the color of the text font or the background, can't see the words on either the form or the success page (I imagine the error page is the same) and you need to validate your form I was able to send a blenk response.
                        Reguards
                        Ed
                        www.dsondesigns.com
                        www.marseillesyouthsports.com
                        www.300hitter.com
                        www.bigjk.net
                        How to add JAlbum to your site

                        Comment

                        • Leslein
                          First Sergeant

                          • Feb 2008
                          • 71

                          #13
                          Re: My form

                          Yippie,

                          you guys are the best, thank you, thank you, thank you!!!


                          I knew it was something I was not getting


                          Craig
                          Craig

                          http://lesleinlawn.com/
                          http://turftopics.com

                          Comment

                          • Leslein
                            First Sergeant

                            • Feb 2008
                            • 71

                            #14
                            Re: My form

                            validate, meaning required to fill in the boxes?

                            Yes I am going to go tweak things now.

                            Thank you very much for helping me!!
                            Craig

                            http://lesleinlawn.com/
                            http://turftopics.com

                            Comment

                            • D'son
                              Major General

                              • Apr 2008
                              • 2577

                              #15
                              Re: My form

                              Yes, also while your at it you can set your tab order at the same time. Right click on each field in the order you want them be and click move to front, do this for all the fields including the submit button.

                              Your welcome, Glad it is working.
                              Reguards
                              Ed
                              www.dsondesigns.com
                              www.marseillesyouthsports.com
                              www.300hitter.com
                              www.bigjk.net
                              How to add JAlbum to your site

                              Comment

                              Working...
                              X