Log in

View Full Version : How do i create parts of a form in 3 different pages?



Absinthseb
02-20-2008, 06:28 AM
Hi there,
My problem is that i need to have 1 form lets say with 9 questions.
Then i need 3 pages and each with 3 different questions from that form.
Ex: first page: questions from 1 to 3
Then page 2: questions from 4 to 6
Then page 3: questions from 7 to 9.
Each has 3 question and at the end it say next to go to the next 3 question.
But they're pulled from the same form so i get the answers in the excel sheet in the same line.
:) its difficult to explain it.

Is there any way to do this?
Thank you.

jc_gmk
02-20-2008, 10:46 AM
If using PHP you could have 3 seperate forms and pass the values along the line to be stored in variables.
When you get to the final page just create a form and enter the collected data as hidden fields.

Absinthseb
02-21-2008, 12:45 AM
Hi jc,
That looks like it might work :)
But the problem is that im not familiar with php :(
Can you please give me an example of how the code might be?

Thanks alot.