luishernandez
02-24-2009, 04:08 PM
Hello,
I have a simple submit form on this website: www.gbmiami.com (http://www.gbmiami.com/home.php)
The form itself works, but the "re-direct" is messed up. It takes you to a Internal Server Error page, instead of a "thank you" page I set up (thanks.php).
I spoke to the Godaddy people running the server, and they say it's a problem with the script.
I have this code:
<form id="form1" name="form1" method="post" action="thanks.php" onsubmit="MM_validateForm('name','','R','email','','R','phone','','R','comments','','R');return document.MM_returnValue">
Please help!! Thanks
I have a simple submit form on this website: www.gbmiami.com (http://www.gbmiami.com/home.php)
The form itself works, but the "re-direct" is messed up. It takes you to a Internal Server Error page, instead of a "thank you" page I set up (thanks.php).
I spoke to the Godaddy people running the server, and they say it's a problem with the script.
I have this code:
<form id="form1" name="form1" method="post" action="thanks.php" onsubmit="MM_validateForm('name','','R','email','','R','phone','','R','comments','','R');return document.MM_returnValue">
Please help!! Thanks