I was having problems with all emails coming through w/ no subject, I tried everything even switched to "custom" but nothing worked. I then did the below and now it works fine pulling the "email subject".
below edits made in "chronocontact.php":
on line 144 delete the following lines of code:
-----------------------------------------------
if(trim($paramsvalues->subjectfield) != ""){
$subject = $_POST[$paramsvalues->subjectfield];
}
on line 174 delete the following lines of code:
-----------------------------------------------
if(trim($paramsvalues->subjectfield) != ""){
$subject = $_POST[$paramsvalues->subjectfield];
}<br><br>Post edited by: h8blades, at: 2007/04/19 03:23
below edits made in "chronocontact.php":
on line 144 delete the following lines of code:
-----------------------------------------------
if(trim($paramsvalues->subjectfield) != ""){
$subject = $_POST[$paramsvalues->subjectfield];
}
on line 174 delete the following lines of code:
-----------------------------------------------
if(trim($paramsvalues->subjectfield) != ""){
$subject = $_POST[$paramsvalues->subjectfield];
}<br><br>Post edited by: h8blades, at: 2007/04/19 03:23