Welcome Guest, Not a member yet? Register   Sign In
How to pass data from a one form to another
#5

[eluser]Linkark07[/eluser]
Found the last part of the issue: the function on controller for load the second form. Here is how I have it:

Code:
public function confirma_inscr(){
$data['titulo'] = 'Confirmar Inscripción';
$data['query'] = $this->participante_model->obtenerdatosgrupo($nombre);
  $this->load->view('confirmarcurso_view', $data);  
}

The message that appears when I try to load that page is: Message: Undefined variable: nombre



Messages In This Thread
How to pass data from a one form to another - by El Forum - 08-06-2014, 01:30 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 03:18 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 03:45 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 04:45 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 05:16 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 05:55 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 06:36 PM
How to pass data from a one form to another - by El Forum - 08-06-2014, 07:13 PM
How to pass data from a one form to another - by El Forum - 08-07-2014, 07:29 AM
How to pass data from a one form to another - by El Forum - 08-07-2014, 09:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB