View previous topic :: View next topic |
Author |
Message |
lak333
Joined: 27 Nov 2013 Posts: 2
|
Posted: Wed Nov 27, 2013 8:47 am Post subject: Form not submitted |
|
|
http://mobbis.com/kontaktform.html
No emails are send from the form. Spam filter is checked. The form does not send you to the confirmation page either.
Regards, Lars |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Dec 02, 2013 4:42 am Post subject: Reply |
|
|
Good Day,
This issue is being caused by pasted the myContactForm.com code with an already open form tag. If you look at line 67 of your webpage you will see:
Code: |
<form id="form1" runat="server"> |
This open form tag is essentially hijacking the myContactForm.com submit. This open form tag needs to be closed with a </form> prior to inserting the myContactForm.com code.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
lak333
Joined: 27 Nov 2013 Posts: 2
|
Posted: Tue Dec 03, 2013 2:35 am Post subject: |
|
|
Thanks Nick, it worked right away. Sorry I didn't see this myself.
/Lars |
|
Back to top |
|
 |
|