Hi everyone
I'm building an online form split into four sections (four different pages).
When a user submits a given page the form directs them to a fifth page that checks they have answered all the questions.
I can successfully determine whether they have and direct them back to the same page (if they didnt answer all questions) or forward to the next if they did. (using the header function to do this at the mo).
What i can't seem to grasp, is how to pass the variables on to next page so that they're not lost.
E.g., user submits answers, validation page sends them to next set of questions. How do i get the first lot of answers to carry on to the next page?
Thanks in advance.
*mt