Hi
when I submit my form I have this error (the mail is sent) :
Fatal error: Call to a member function on a non-object in /homez.342/exafil/www/components/com_chronocontact/libraries/customcode.php(71) : eval()'d code on line 13
I havec read the forum so I have alredy made some test
Dash in Database Collumn name : No
Record #n
societe
nom
prenom
tel
email
departement
adresse
cp
ville
marque
modele
taille
longueur
nb
marque_ficelle
modele_ficelle
nb_balle
conso
id
Autogenerated Dash
I have chek my Table name in AutoGenerated code, and I have no Dash
$MyForm =& CFChronoForm::getInstance("info");
if($MyForm->formparams("dbconnection") == "Yes"){
$user = JFactory::getUser();
$row =& JTable::getInstance("formulaire", "Table");
Item Form Name
No Dash
It is a multipage Form.
Could you please Help me
when I submit my form I have this error (the mail is sent) :
Fatal error: Call to a member function on a non-object in /homez.342/exafil/www/components/com_chronocontact/libraries/customcode.php(71) : eval()'d code on line 13
I havec read the forum so I have alredy made some test
Dash in Database Collumn name : No
Record #n
societe
nom
prenom
tel
departement
adresse
cp
ville
marque
modele
taille
longueur
nb
marque_ficelle
modele_ficelle
nb_balle
conso
id
Autogenerated Dash
I have chek my Table name in AutoGenerated code, and I have no Dash
$MyForm =& CFChronoForm::getInstance("info");
if($MyForm->formparams("dbconnection") == "Yes"){
$user = JFactory::getUser();
$row =& JTable::getInstance("formulaire", "Table");
Item Form Name
No Dash
It is a multipage Form.
Could you please Help me