View previous topic :: View next topic |
Author |
Message |
timr
Joined: 30 Apr 2008 Posts: 1
|
Posted: Sat May 31, 2008 8:10 pm Post subject: Form does not submit |
|
|
Hi guys I have looked in all the forum questions and have tried for three hours to get this right but I cant like the look of this programme but i want to know it works before buying.
Heres my prob.
Form inbeds in website fine but when submit button is pushed no submition and it does not redirect or send email.
I know there will be a simple answer but you help.
Tim
Thanks |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Jun 03, 2008 1:39 pm Post subject: Reply |
|
|
There is most likely an extra form tag that was left open within the HTML of your website that is causing this. Please post the URL of a live form, and I will investigate further.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
kgchris
Joined: 08 Jun 2008 Posts: 1
|
Posted: Mon Jun 09, 2008 6:49 am Post subject: error |
|
|
I was having the same problem! The form will not submit or reset. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Jun 09, 2008 4:15 pm Post subject: Re: error |
|
|
kgchris wrote: |
I was having the same problem! The form will not submit or reset. |
See response above, and post the URL of your form.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
KieronRobertson
Joined: 26 Sep 2008 Posts: 1
|
Posted: Fri Sep 26, 2008 4:09 am Post subject: Forms not submitting |
|
|
Hi there, just joined today and managed to sort the form quite quickely but its not submitting? Read about open tags being left in the html so if its a quick fix can you tell me what to look for?
Regards
Kieron |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Oct 01, 2008 6:47 am Post subject: Re: Forms not submitting |
|
|
KieronRobertson wrote: |
Hi there, just joined today and managed to sort the form quite quickely but its not submitting? Read about open tags being left in the html so if its a quick fix can you tell me what to look for?
Regards
Kieron |
Look for other bits of code in your HTML that look something similar to this:
Code: |
<form action="" ... > |
Make sure to close the above tag with a:
before inputting the myContactForm.com code (it can't be within the other form tag).
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|