Index: branches/5.3.x/core/units/forms/forms/forms_eh.php =================================================================== diff -u -N -r15928 -r15938 --- branches/5.3.x/core/units/forms/forms/forms_eh.php (.../forms_eh.php) (revision 15928) +++ branches/5.3.x/core/units/forms/forms/forms_eh.php (.../forms_eh.php) (revision 15938) @@ -1,6 +1,6 @@ Validate() ) { $event->redirect = $this->Application->GetVar('success_template'); - $this->Application->emailAdmin($this->Application->GetVar('email_event')); - $send_params = Array ( + $this->Application->emailAdmin($this->Application->GetVar('email_event'), null, $object->getEmailParams()); + + $send_params = $object->getEmailParams(Array ( 'to_email' => $field_values[$this->Application->GetVar('email_field')], 'to_name' => $field_values[$this->Application->GetVar('name_field')] - ); - + )); $this->Application->emailUser($this->Application->GetVar('email_event'), null, $send_params); if ( $field_values['MailingList'] ) {