Carrying form Data Through Steps

Soldato
Joined
30 Apr 2007
Posts
3,095
Location
Kent
Hi Guys,

I want to make a questionnaire, but instead of having it all on one pages, I want to take it through 'steps'.

Could you point me in the right direction on using PHP to carry the data through?

Many Thanks in Advance!

Swinnie
 
You use use sessions or hidden form values. If it's only a smallish form and the data isn't sensitive I'd use hidden form values tbh.
 
Back
Top Bottom