Okay, I am VERY new with using Javascript. I can look at code and revamp it to suit my needs but that's about it.
What I am trying to do is create a membership application that will consist of seven pages. On each page you'll enter info via input fields. When you hit submit the onSubmit event handler will take you to the next page to fill out more info. I want the info from each page to be written as hidden fields on each following page. The last page the person will have the change to confirm/change their info and then submit it to the person that handles the membership apps.
Our server is a Unix so ASP is out of the question. Am I correct in saying that PHP is the way that the info will processed? I've looked around on diffeent sites and haven't come up with any info that would help with what I'm wanting to do.
You can view what I've got thusfar at
Thanks in advance for your help.
What I am trying to do is create a membership application that will consist of seven pages. On each page you'll enter info via input fields. When you hit submit the onSubmit event handler will take you to the next page to fill out more info. I want the info from each page to be written as hidden fields on each following page. The last page the person will have the change to confirm/change their info and then submit it to the person that handles the membership apps.
Our server is a Unix so ASP is out of the question. Am I correct in saying that PHP is the way that the info will processed? I've looked around on diffeent sites and haven't come up with any info that would help with what I'm wanting to do.
You can view what I've got thusfar at
Thanks in advance for your help.