View previous topic :: View next topic |
Author |
Message |
robertodicarlo
Joined: 22 Jun 2010 Posts: 2
|
Posted: Wed Jun 13, 2012 6:17 am Post subject: Nothing happens when submitting my form |
|
|
When I click on the Submit button (Entrar) nothing happens and the form is not sent
http://www.casasnadisney.com/userpage.aspx?page=test |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Jun 13, 2012 6:56 am Post subject: Reply |
|
|
There are a couple problems with the code on your site that are preventing it from working correctly.
1. The myContactForm.com code on your site is not the same as we have provided. It is missing the actual form tag which tells the forms where to submit the data. Please look at the code on your site versus what we have provided. This code was most likely either inadvertently deleted, or was removed by your host or content management system.
2. The myContactForm.com code is posted within an already open form tag on your site. This is causing the form to submit to itself instead of the processing script. The following form tag on your site needs to be closed before inserting the myContactForm.com code:
Code: |
<form method="post" action="userpage.aspx?page=test" id="form1"> |
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
robertodicarlo
Joined: 22 Jun 2010 Posts: 2
|
Posted: Thu Jun 14, 2012 6:39 am Post subject: |
|
|
Yes, the software removed these. I have now placed it in an iframe and is working. |
|
Back to top |
|
 |
|