Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Collecting form data to display elsewhere on page? Re: Collecting form data to display elsewhere on page?

#71689
cybershot
Participant

server side scripting would be the way to go for any project like this. If you use javascript then your form is subject to fail anytime anyone has javascript turned off. Your form will not work. This is bad web design. I would recommend that you use php. it is the best and easiest way to go. Getting the information is really easy using php. There are many form tutorials using php. Why don’t you want to use server side scripting?