View previous topic :: View next topic |
Author |
Message |
stujon122
Joined: 17 Feb 2013 Posts: 3
|
Posted: Thu Feb 21, 2013 5:42 am Post subject: Submit has stopped working all of a sudden,Please help diag |
|
|
I read the post "Submit" button not working and noticed you ask for the site address and cpanel access to diagnose the problem. I tried reinstalling my form but had no luck at fixing the submit issue. It does not do anything.
Could you look at it for me.
www.stuarthvac.net/appointments.html
I'll need a way to send you p/w
Stuart Gregor |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Feb 21, 2013 7:00 am Post subject: Reply |
|
|
Good Day,
The problem is with the code on your site and how it has been modified. As we have provided the code, it begins with an open form tag <form> and ends with a close form tag </form> with all of the form's content in between. As it exists currently on your site, for some reason all of the important form content (the different fields, labels, etc.) have been moved outside of the form tag. This is breaking the form.
If you look at line 52 on your web site source, you'll see:
Code: |
<form style="margin: 0px; padding: 0px; border: 0px solid #0b0be0; width: 100%; background-color: #ffffff" id="contactForm" method="post" name="contactForm" action="http://www.mycontactform.com/sendform/sendform.php"></form> |
Below this is all of the form content, which is broken because the form tag is closed at the end of the line above.
Please make sure the code on your site matches what we have provided.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
stujon122
Joined: 17 Feb 2013 Posts: 3
|
Posted: Thu Feb 21, 2013 7:55 am Post subject: i did change |
|
|
I chabged what you ask <form> </form> but now when you hit submit it clears the form entry text but doesn't actually send it nor does it redirect to thankyou.html
I dont know how or why this is happening because i just used it yesterday
Please tell me what the deal is
thank you for your help in advance |
|
Back to top |
|
 |
stujon122
Joined: 17 Feb 2013 Posts: 3
|
Posted: Thu Feb 21, 2013 8:22 am Post subject: I got it |
|
|
never mind i finally got it working thx |
|
Back to top |
|
 |
|