View previous topic :: View next topic |
Author |
Message |
GPEMEDIA
Joined: 01 Jul 2011 Posts: 6
|
Posted: Mon Feb 25, 2013 5:45 pm Post subject: My form will not SUBMIT |
|
|
Hello, I have a current form on girlsnightout.tv
I created a new form for the same site and it will not submit! Please assist me, I cant undersatnd this. The urls are below:
This form works properly
http://girlsnightout.tv/page/book-parties-1
THIS form will not work/SUBMIT at all, help!
http://girlsnightout.tv/page/ezparty |
|
Back to top |
|
 |
GPEMEDIA
Joined: 01 Jul 2011 Posts: 6
|
Posted: Mon Feb 25, 2013 6:05 pm Post subject: |
|
|
</form> keeps disappearing in the form .... WHY?!
hELP PLEASE, iM SLEEPY  |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Feb 26, 2013 6:36 am Post subject: Reply |
|
|
It appears that you were able to get this working. Please update if you are still having issues.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
GPEMEDIA
Joined: 01 Jul 2011 Posts: 6
|
Posted: Tue Feb 26, 2013 7:39 am Post subject: |
|
|
It does NOT work from the girlsnightout.tv urls
Please HELP |
|
Back to top |
|
 |
GPEMEDIA
Joined: 01 Jul 2011 Posts: 6
|
Posted: Tue Feb 26, 2013 7:41 am Post subject: |
|
|
The form that doesn't work from the girlsnightout.tv
URLS is ezparty |
|
Back to top |
|
 |
GPEMEDIA
Joined: 01 Jul 2011 Posts: 6
|
Posted: Tue Feb 26, 2013 4:40 pm Post subject: |
|
|
It's still not working
Form ezparty on the girlsnightout.tv urls |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Feb 27, 2013 7:51 am Post subject: |
|
|
If you look at your form code (line 212) you will see the following:
Code: |
<form style="margin: 0px; padding: 0px; border: 0px solid rgb(0, 0, 0); width: 100%; background-color: rgb(255, 255, 255);" id="contactForm" enctype="multipart/form-data" method="post" name="contactForm" action="http://www.mycontactform.com/sendform/sendform.php"></form> |
This does not match the code that we have provided. Specifically, there is an end form tag </form> at the end of the line which is closing the form. This means that all of the form's content (input boxes, submit button, etc.) are outside the form tag and unable to be processed. This is why it is not working.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
GPEMEDIA
Joined: 01 Jul 2011 Posts: 6
|
Posted: Wed Feb 27, 2013 10:29 am Post subject: |
|
|
Ok, I pasted your code. what is the solution? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Feb 28, 2013 3:03 am Post subject: |
|
|
GPEMEDIA wrote: |
Ok, I pasted your code. what is the solution? |
Pasting the code above, is not the solution. You need to get rid of the form close tag </form> that exists in the line above and move it to the location where the form code we have provided locates it (at the end of the code).
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|