Forums

email not send when link from menu

silvano 14 Apr, 2011
First: great work !
Ok, i searched in several Forums and found some similary Problems but no solution.
I installed Chronoforms_J1.6_V4_RC1.7 under Joomla 1.6.1.
I created a form with the easy wizard. The form looks great and works poperly when i call it in Backend from frontend view. When i try to send it when is called by a menu link no email is send and the thanks message will not be shown, the captcha must be given new.
I post this problem in a german forum, but no answer - could you help me ?

hopeful Juergen
silvano 14 Apr, 2011
Here is the solution:
this problem happens only if SEF is activeted, to solve the problem:

In components/com_chronoforms/chronoforms.php: line 34 and 35
$event = $params->get('event');
}
substitute by
}
if(empty($event)){
$event = $params->get('event');
}

and all works fine !!!😀

Juergen
This topic is locked and no more replies can be posted.