Hello I am using ChronoForms 3.1 RC5.5 with Joomla! I have a confirmation email setup that is sent to the customer and one is send to us. Since some time I get the following error after a form was posted:
The affected line in that file looks like this:
The problem probably lies in
I have found a table column that is called dfromname in jos_chrono_contact_emails
Notice: Undefined index: in/mnt/web9/52/21/5541221/htdocs/spielwiese/components/com_chronocontact/libraries/mails.phpon line 142
The affected line in that file looks like this:
$from = (trim($email->fromemail)) ? trim($email->fromemail) : $posted[trim($email->dfromemail)];
The problem probably lies in
$posted[trim($email->dfromemail)]
what is dfrommail and what is $posted? How can I fix this problem?I have found a table column that is called dfromname in jos_chrono_contact_emails
