View previous topic :: View next topic |
Author |
Message |
oscarguerrero
Joined: 30 May 2006 Posts: 1
|
Posted: Wed May 31, 2006 9:49 am Post subject: Upon submitting my form it just reverts back to itself |
|
|
Upon submitting my form it just reverts back to itself and resets.
http://www.guerreroinvestors.com/custom11.aspx
What could be the problem?
Oscar O. Guerrero |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Jun 01, 2006 8:48 am Post subject: Reply |
|
|
The problem you are experiencing is due to some code you have near the beginning of your site (not with the myContactForm.com code):
Code: |
<form name="PageForm" method="post" action="custom11.aspx" id="PageForm"><input type="hidden" name="__VIEWSTATE"
value="dDwtMjEyOTA1OTE3Njs7PtO4zVU896G/i+kf7cwU5KAaAO8y" /> |
I'm not sure what the purpose of this code is, but it is essentially creating a form within a form situation that this preventing the contact form from functioning properly. You can most likely solve this problem by adding a end form tag </form> directly after the code shown above, and then deleting the extra end form tag </form> that exists near the end of the html file.
Sincerely,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|