Multi-Part form in Codeigniter

Posted by Kevin Brown on Stack Overflow See other posts from Stack Overflow or by Kevin Brown
Published on 2010-04-02T19:07:26Z Indexed on 2010/04/02 21:23 UTC
Read the original article Hit count: 265

Filed under:
|
|

I'm building a survey w/ Codeigniter, and it's getting cumbersomely long...so I want to split it up into sections (about 5).

If I want each section to validate, and submit to db after the user clicks "next", what is the best way to do this? I've never made a multi-step process before.

Any advice for a noob? :)

© Stack Overflow or respective owner

Related posts about codeigniter

Related posts about jQuery