Results 1 to 13 of 13

Thread: submit form
      
   

  1. #1
    leesstuff2 is offline Corporal
    Join Date
    Apr 2007
    Location
    morhead mn
    Posts
    18

    Default 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

  2. #2
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default 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

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default 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!


  4. #4
    leesstuff2 is offline Corporal
    Join Date
    Apr 2007
    Location
    morhead mn
    Posts
    18

    Default 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 ?

  5. #5
    leesstuff2 is offline Corporal
    Join Date
    Apr 2007
    Location
    morhead mn
    Posts
    18

    Default 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">

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default 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!


  7. #7
    leesstuff2 is offline Corporal
    Join Date
    Apr 2007
    Location
    morhead mn
    Posts
    18

    Default 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

  8. #8
    leesstuff2 is offline Corporal
    Join Date
    Apr 2007
    Location
    morhead mn
    Posts
    18

    Question 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

  9. #9
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default 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!


  10. #10
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default 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!


  11. #11
    Meanderer's Avatar
    Meanderer is offline Major
    Join Date
    Aug 2007
    Location
    Collingwood, Ontario, Canada (formerly from NSW Australia)
    Posts
    323

    Default 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

  12. #12
    leesstuff2 is offline Corporal
    Join Date
    Apr 2007
    Location
    morhead mn
    Posts
    18

    Question 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

  13. #13
    leesstuff2 is offline Corporal
    Join Date
    Apr 2007
    Location
    morhead mn
    Posts
    18

    Default 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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49