submit form

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

    • Apr 2007
    • 18

    submit form

    www.jungleconstruction.com
    I am having trouble with submit form.
    it use to submit and thank you came up.
    now nothing
    redid, redo, nothing please help, lee
  • dougnez
    Brigadier General

    • Aug 2006
    • 1769

    #2
    Re: submit does not send

    Hi lees... Your "Contact Us" button goes to 404 not found..If that's what you are asking about... Hummm? Doug

    Comment

    • navaldesign
      General & Forum Moderator

      • Oct 2005
      • 12080

      #3
      Re: submit form

      You have somehow added an Event to your submit button, which will make it not work.
      Double click your submit button, when the dialog box appears, click on Events and remove the event Onclick .. Show which you have somehow added.
      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

      • leesstuff2
        Corporal

        • Apr 2007
        • 18

        #4
        Re: submit form

        Thank You. I am giving that a try. The Onclick .. Show was in the form page properties, not the submit button. Will see if that takes care of it.
        Thank you, Lee
        P.S. do I need to open new thread of other question ?

        Comment

        • leesstuff2
          Corporal

          • Apr 2007
          • 18

          #5
          Re: submit form

          Removing link did not help.Here is my property list. please inform me on any changes and how to. thank you lee
          <a href="mailto:lee@jungleconstruction.com" target="_blank"><img
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
          <html>
          <head>
          <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
          <title>contactus</title>
          "mailto:lee@jungleconstruction.com"
          <meta name="AUTHOR" content="lee">

          <form name="contactus.php" method="POST" action="action.php" enctype="multipart/form-data" id="Form1">

          Comment

          • navaldesign
            General & Forum Moderator

            • Oct 2005
            • 12080

            #6
            Re: submit form

            You still have a On Submit .. Show event there. Here is your code, taken straight from your page:

            <form name="contactus" method="POST" action="action.php" enctype="multipart/form-data" id="Form1" onsubmit="ShowObject('Button1', 1);return false;">
            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

            • leesstuff2
              Corporal

              • Apr 2007
              • 18

              #7
              Re: submit form

              I cleared it from page. checked ever link on contact and thank you page and did not find any events now, but it still will not send. i went back to tutor and copied and pasted mailto on thank you page, (which I had not done, did not know it was to copy it to my page becuase I could never find it on my page). Also,when I right click on opened web page on web site, I found "page info". In forms it has form GoMenu form7. In" encoding" it says "default" in light letters, and also "target: none (opens in same page)", also in light letters. Do I need encoding and or target?? Lee

              Comment

              • leesstuff2
                Corporal

                • Apr 2007
                • 18

                #8
                Re: submit form

                when checking on page i opened up,(right click) page source. there i found the following:
                <form name="contactus" method="POST" action="action.php" enctype="multipart/form-data" id="Form1" onsubmit="ShowObject('Button1', 1);return false;">how do i remove the "return false" as you explained before. I can not find it on my work (contact) page, only when opened web page site? Also, I have been looking at other threads, and noticed that you mentioned to refresh page. Do you do that every time a person pubplishes, and if so, why is it not in tutor? thanks Lee

                Comment

                • navaldesign
                  General & Forum Moderator

                  • Oct 2005
                  • 12080

                  #9
                  Re: submit form

                  Not sure what you are doing. In your form code there still is:

                  onsubmit="ShowObject('Button1', 1);return false;">

                  which means that you have attached this event either to the submit button or to the form itself. You need to clear it. Unless you are publishing in the wrong folder or with another name and this is still the old page which had the event.

                  It is not only the "return false" you need to get rid of, but the entire event.
                  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

                  • navaldesign
                    General & Forum Moderator

                    • Oct 2005
                    • 12080

                    #10
                    Re: submit form

                    The refresh issue is something that depends, in most cases, on your browser settings. It is NOT 100 % certain that your browser will cache or not. In any case, i advise that you refresh the page so that you avoid your browser using the (old) page version that it has in its memory (cache)
                    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

                    • Meanderer
                      Major

                      • Aug 2007
                      • 324

                      #11
                      Re: submit form

                      Lee & Naval,
                      Can I thow in a suggestion?
                      Right click on your Submit Button in your BV page. Select Properties.
                      You will have two Tabs available. General & Events. Go to the Events one.
                      There should not be anything showing in the table of events. If there is, use the remove button at the side.
                      ALl of the above is the same as what Naval has said early in this thread. I've just reworded it basically.
                      Whilst you are at it, a little housekeeping can be done by reverting back to the General Tab. You have the Name of the Button set correctly to send but for Value you can use a Capital S in send. What you put here is the Text to show on the button itself.
                      good luck

                      Comment

                      • leesstuff2
                        Corporal

                        • Apr 2007
                        • 18

                        #12
                        Re: submit form

                        Morning Guys, if I search in google, it opens up one page. If I search in yahoo, I open up more pages, along with two (2) home pages. One small (home), the other with (HOME). The second one, (HOME), has all the correct links, (www.) on them. How do I remove the first? should I republish the second one and do the refresh on it ? Will that remove the first ? I republished contact and auction. When I did, I refreshed the contact page, and it went to auction, with I figured it should. then I tried to send and nothing. Is the first (home) screwing everything up? thanks so far, I think were only one step away. Lee

                        Comment

                        • leesstuff2
                          Corporal

                          • Apr 2007
                          • 18

                          #13
                          Re: submit form

                          Thanks Navaldesign, I did the page1,page2, etc. and it works great. I forgot to come back to thank you but it just started working the other day. lee

                          Comment

                          Working...
                          X