Log in

View Full Version : HTML Contact Form Results Page



SChaput
10-12-2008, 07:36 PM
I am designing a website for a class that has a contact page where it prompts the user to enter in things like first name, last name, email, phone, comments etc. Once the user hits submit i need to make them go to a results page. On that page the information given in the form needs to be displayed there. Is there a way to do this without going to php?
Thanks

Medyman
10-12-2008, 07:54 PM
Theoretically speaking, you could do it via JavaScript and cookies. The negative security implications of such a technique are great, however. So, I wouldn't recommend going that route for any real-world, practical application.

SChaput
10-12-2008, 08:34 PM
Im not very worried about security as the page is only for a class and the information isnt going to go anywhere after that page.
The thing is im making this for someone in another class and according to them they never learned how to do this type of thing with php or javascript. Besides those is there no other way to mirror the results of all the input to another page?
Thanks