Results 1 to 12 of 12

Thread: form not working
      
   

  1. #1
    mshupert1 is offline Sergeant
    Join Date
    Feb 2009
    Posts
    34

    Question form not working

    I know there are other threads on this and I have read then and tried everything it said. I also went back and watched the video and viewed the start up for newbies. still no luck. I want my form to be emailed to me from the site. I have also put in a success page and error page. when I hit submit nothing happens. no error page no success page and no email in my inbox. will someone please check it out and let me know what I am doing wrong? www.sherdenonline.com/sign_up_form.php Thanks in advance

  2. #2
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: form not working

    Havn't looked at your form, but what you mentioned about your button !!

    Make sure that its within the form boundary.....all those little dotty things.

  3. #3
    mshupert1 is offline Sergeant
    Join Date
    Feb 2009
    Posts
    34

    Default Re: form not working

    Thanks for the reply. I did not have it in the form boundry. I fixed it saved it and republished it and still nothing. Any other suggestions?

  4. #4
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: form not working

    This is where the faults are:

    <form name="ADVERTISEMENT INFO SHEET" method="POST" action="/sign_up_form.php" enctype="multipart/form-data" id="Form1" onsubmit="return ValidateADVERTISEMENT INFO SHEET(this)">

    no blanks allowed in the form name...............
    onsubmit should be a full url of where it should go..........

  5. #5
    mshupert1 is offline Sergeant
    Join Date
    Feb 2009
    Posts
    34

    Default Re: form not working

    I feel like an idiot. How do I go in to edit the submit button to add the url? I have tried to right click it and go to properties but it does not have a place to change the url or add it?

  6. #6
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: form not working

    If you are still using this: sign_up_form.php
    then you open that in notepad and add the url at the bottom.

    But thats a couple of years old now, and unless you know a little about PHP, then re-create the form using the BV form Wizzard or use Navals ABVFP.

  7. #7
    mshupert1 is offline Sergeant
    Join Date
    Feb 2009
    Posts
    34

    Default Re: form not working

    I recreated the form and filled in all the spots. I dont know what I am missing here. I am sorry I am not getting it. Thanks for the help anyway.

  8. #8
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: form not working

    Your submit button is now working................

    You now need to publish your success page.

  9. #9
    mshupert1 is offline Sergeant
    Join Date
    Feb 2009
    Posts
    34

    Default Re: form not working

    woooohooooo!!! it is working. Thank you so much. I have been messing with that for 2 days. I really appreciate your help David. You are a Saint.

    Mary

  10. #10
    mshupert1 is offline Sergeant
    Join Date
    Feb 2009
    Posts
    34

    Default Re: form not working

    back again....The form isbeing sent to me know however it is missing 1 upload file my radio button selection and 3 of my combo box's. I have read through alot of the forums and checked the stuff that was suggested on them. still nothing. What am I doing wrong this time?

  11. #11
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: form not working

    you have some of those fields already filled in with a value...............

    either delete that info, OR select the "not the first value", or something like that......(minds a bit fuzzy at the moment)..........lol

  12. #12
    mshupert1 is offline Sergeant
    Join Date
    Feb 2009
    Posts
    34

    Default Re: form not working

    pulling out my hair. Got some of them to work. I did not see anything in the value spots. I might just put all edit box's those seem to work fine. I still can not figure out why that last upload button wont work. Is there a max on upload buttons that you can have? I hope I am not to much of a pain.

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