I've set up a membership application form which consists of 7 seven php pages.
1st page - work info
2nd page - home info
3rd page - membership dues
4th page - chapter due
5th page - misc. info
6th page - payment info
7th page - confirm all info and email results
What I want to do is when they hit submit, pass the variables as hidden fields from one page to the next and on down the line and then have all that info visible on the 7th page so they can either confirm it and submit it to an email address or go back and change it.
I'm having a problem trying to figure out how to pass the variables. I've tried passing the info from page 1 to page 2 via hidden fields, adding the info from page 2 and then carrying all those variables to page 3 but it doesn't work.
The server that this app will reside on doesn't have mySQL capabilities so would be best if I could do it without a database. I'm also VERY new to php but pick up on stuff quite easily.
Can someone give me a bit of help as to how I can make this work? It's driving me nuts. I've been looking all over the web for scripts. Everything from "Php and Forms" to "guestbooks" and "shopping carts" and they all don't seem to do what I want to do. This should be really simple.
Thanks in advance for your help. Hope all this makes sense. If a URL would help just let me know.
Cheers,
Rhi
1st page - work info
2nd page - home info
3rd page - membership dues
4th page - chapter due
5th page - misc. info
6th page - payment info
7th page - confirm all info and email results
What I want to do is when they hit submit, pass the variables as hidden fields from one page to the next and on down the line and then have all that info visible on the 7th page so they can either confirm it and submit it to an email address or go back and change it.
I'm having a problem trying to figure out how to pass the variables. I've tried passing the info from page 1 to page 2 via hidden fields, adding the info from page 2 and then carrying all those variables to page 3 but it doesn't work.
The server that this app will reside on doesn't have mySQL capabilities so would be best if I could do it without a database. I'm also VERY new to php but pick up on stuff quite easily.
Can someone give me a bit of help as to how I can make this work? It's driving me nuts. I've been looking all over the web for scripts. Everything from "Php and Forms" to "guestbooks" and "shopping carts" and they all don't seem to do what I want to do. This should be really simple.
Thanks in advance for your help. Hope all this makes sense. If a URL would help just let me know.
Cheers,
Rhi