Hello Im trying to get a form working on my website, but when it is submitted it simply redirects to a page showing the code of the asp ...command thing www.gomeetri.com/goldtest If anybody could please tell me why it is doing this and how to fix it, you would be a lifesaver...and ill give you rep Thanks!
First of all that is a very old school asp bit of code you have in the mail form. The likely issue is that your server does not support CDONTS. CDONTS was replaced by CDOSYS in Windows Server 2003. Check out the following link for instructions on how to modify your current code to work with CDOSYS (assuming you are using a Windows 2003 Server). http://www.sitepoint.com/article/asp-net-server-winxp-pro
you can use request("lastforminput") to collect form information and then use it where you wish it to be used.
Your script has no problem. Some server has not permission to run ASP script on any sub folder. If your "_vti_script" folder is on the main folder or root directory then simply place your contact.asp on http://www.gomeetri.com/contact.asp instead of http://www.gomeetri.com/goldtest/contact.asp. I hope your contact form will work properly.