So i made a website that is horizontal scrolling. Therefore, all pages are coded on a single document. Problem is all contact forms I have ever used bring you to a new page that says thank you for the message after it is sent. What is a good solution to have the thank you message stay on the same page? Note I don't wish to use a flash contact form as I am not very skilled in action script and all flash contact forms I have used do not offer a drop down field which I don't know how to make.
You can do a hidden div in the center of the page which is brought visible when you click on the link.
imo, you'd post the form using ajax routines, then push the reply onto the active document (instead of going to a new page).