Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi everyone. I need some help from you.

Well, Currently I'm building some project in CodeIgniter Framework. What I need is next: I need to build such a form which this form working by steps, one step to another. I need to insert data in to database with this form.

I would like to create wizard which is implement step by step. For example lets try to explain this problem with example of high school.

First I need to input school in the database, and second is courses. Before I insert courses, I would like to ask user how many courses he would like to insert and for what school (values for these variables are stored in sessions). If he enter, for example, 3 courses, next step is 3 forms by which he enter data in to database. But what exactly I need is those forms must be step by step, not like one below the other. First show up one form to enter a name of course, and when user enter one course, next step is second form an so on...

Please help me with this, because I must implement that in to my web application.

Thank you very much...
Posted
Updated 20-Sep-12 11:34am
v2
Comments
zajim 20-Sep-12 17:56pm    
I'm not able to attach some photos about my problem, and that is why i'm stick with vague explanation... Thank you for this, but i'm already consider this solution on stackoverflow.com
zajim 20-Sep-12 18:15pm    
I'm try to create these kind of form just like Psychology guy. He has build the form about 250 questions, 25 questions on each form. These kind of form I want to do, buy these guy doesn't have source code. Please if you understand me now, I really appreciated your help. Thanks.
zajim 20-Sep-12 19:10pm    
Look man if you had a problem with yourself, that's not my problem, my problem I've already explain. I'm building web application electronic diaries for high schools and half of it I've already done. I just need what I mentioned, and please if you don't want to help me, just leave me alone... Thanks...

1 solution

Hey,

Not implemented though but this can solve your problem.

http://codeigniter.com/forums/viewthread/161913/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900