Welcome Guest, Not a member yet? Register   Sign In
hi, i am trying to build a wizard or multi step form and some forms have use the upload
#1

[eluser]dinisptc[/eluser]
hi, i am trying to build a wizard or multi step form and some forms have use the upload

Code:
$id_proj=$this->projects_model->add($projectName,$adress1,$adress2,$postcode,$city,$country,$description,$status);

                $newdata = array(
                  'proj_id'  => $id_proj                  
                );

i am using session to save the id of the project

the problem and the solution that i am looking its to save the data only in the final step
the way i am doing i am saving the data on every step , if the user give up in the middle of the wizard useless data will be stored in the database

another problem its the upload of images inside the wizard, i cannot do this only at the end of the wizard


thanks



Messages In This Thread
hi, i am trying to build a wizard or multi step form and some forms have use the upload - by El Forum - 05-24-2013, 06:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB