13/02/2013, 11:19:20
Voila j'ai trouvé, c'etait tout bête, a la fin de la page lors de l'utilisation de smarty, lors de la creation du formulaire, j'ai mis:
$this->smarty->assign('demarage_form',$this->CreateFormStart($id, 'creation_variable', $returnid));
'creation_variable' est un nom que je creer afin de donner un nom au formulaire==> erreur, il faut remplacer par
$this->smarty->assign('demarage_form',$this->CreateFormStart($id, 'nom_de_ma_page', $returnid));
Je te remercie quand même pour ton aide, c'a m'a permis de retravailler mon code pour du plus propre .
$this->smarty->assign('demarage_form',$this->CreateFormStart($id, 'creation_variable', $returnid));
'creation_variable' est un nom que je creer afin de donner un nom au formulaire==> erreur, il faut remplacer par
$this->smarty->assign('demarage_form',$this->CreateFormStart($id, 'nom_de_ma_page', $returnid));
Je te remercie quand même pour ton aide, c'a m'a permis de retravailler mon code pour du plus propre .