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
form not working
Collapse
X
-
Tags: None
-
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.
-
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?
Comment
-
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..........
Comment
-
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?
Comment
-
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.
Comment
-
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.
Comment
-
Re: form not working
Your submit button is now working................
You now need to publish your success page.
Comment
-
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
Comment
-
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?
Comment
-
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
Comment
-
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.
Comment
Comment