Iam just starting with Chrono Forms. I download the "test_form.cfbak" sample form and installed into my site "www.upaep.mx".
When I try this form "http://www.upaep.mx/index.php?option=com_chronocontact&chronoformname=test_form" everething is ok, but after fill the data and send them, the page "http://www.upaep.mx/index.php?option=com_chronocontact&task=send&chronoformname=test_form" returns a list of error that I can not fix :
_POST: Array ( [name] => 3434 [email] => 4324 [submit] => Submit )
Case 1: Use table layout
Notice: Undefined variable: omittedlist in /ext1/html/components/com_chronocontact/chronocontact.php on line 355
Notice: Undefined property: stdClass::$name in /ext1/html/components/com_chronocontact/chronocontact.php on line 366
Notice: Undefined property: stdClass::$email in /ext1/html/components/com_chronocontact/chronocontact.php on line 366
Notice: Undefined property: stdClass::$submit in /ext1/html/components/com_chronocontact/chronocontact.php on line 366
E-mail: 'Yes' custom
Email sent
Could ypu help me ??
Thanks !!!!!!
PS the info is arriving ok to my email.
When I try this form "http://www.upaep.mx/index.php?option=com_chronocontact&chronoformname=test_form" everething is ok, but after fill the data and send them, the page "http://www.upaep.mx/index.php?option=com_chronocontact&task=send&chronoformname=test_form" returns a list of error that I can not fix :
_POST: Array ( [name] => 3434 [email] => 4324 [submit] => Submit )
Case 1: Use table layout
Notice: Undefined variable: omittedlist in /ext1/html/components/com_chronocontact/chronocontact.php on line 355
Notice: Undefined property: stdClass::$name in /ext1/html/components/com_chronocontact/chronocontact.php on line 366
Notice: Undefined property: stdClass::$email in /ext1/html/components/com_chronocontact/chronocontact.php on line 366
Notice: Undefined property: stdClass::$submit in /ext1/html/components/com_chronocontact/chronocontact.php on line 366
E-mail: 'Yes' custom
Email sent
Could ypu help me ??
Thanks !!!!!!
PS the info is arriving ok to my email.
Hi Miranda,
These are PHP Notices - a result of some imperfect coding by Max that I'm sure will get sorted in a future version. Usually the easiest fix is to go to your site Global Configuration and set Error Reporting to System Default - or something less than Maximum. Please see if this works for you.
Bob
These are PHP Notices - a result of some imperfect coding by Max that I'm sure will get sorted in a future version. Usually the easiest fix is to go to your site Global Configuration and set Error Reporting to System Default - or something less than Maximum. Please see if this works for you.
Bob
This topic is locked and no more replies can be posted.
