diff --git a/frontend/config/main.php b/frontend/config/main.php index 035f9e5..fad74e2 100755 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -149,7 +149,7 @@ 'buttonContent' => $send, 'sendEmail' => true, - 'email' => 'alkhonko@gmail.com', + 'email' => 'buh.artplast@gmail.com', 'subject' => 'Новая заявка', 'ajax' => true, 'formId' => 'contact-form', @@ -230,7 +230,7 @@ 'buttonTemplate' => '
', 'buttonContent' => $send, 'sendEmail' => true, - 'email' => 'alkhonko@gmail.com', + 'email' => 'buh.artplast@gmail.com', 'subject' => 'Новая заявка', 'ajax' => true, 'formId' => 'contact-form', @@ -317,7 +317,7 @@ 'buttonContent' => $send, 'sendEmail' => true, - 'email' => 'alkhonko@gmail.com', + 'email' => 'buh.artplast@gmail.com', 'subject' => 'Новая заявка', 'ajax' => true, 'formId' => 'contact-form', @@ -325,7 +325,7 @@ 'successCallback' => 'function (data) { document.getElementById("contact-form").reset(); - + var pos = ($(window).scrollTop()) + 30; $(".forms_").animate({opacity: 0, top: "0"}, 200,function(){ diff --git a/frontend/mail/layouts/html.php b/frontend/mail/layouts/html.php index 79053f8..ab05e76 100644 --- a/frontend/mail/layouts/html.php +++ b/frontend/mail/layouts/html.php @@ -4,4 +4,7 @@Имя: =$GLOBALS["_POST"]["Feedback"]["name"];?>
Телефон: =$GLOBALS["_POST"]["Feedback"]["phone"];?>
+ +Email: =$GLOBALS["_POST"]["Feedback"]["email"];?>
+Cообщение: =$GLOBALS["_POST"]["Feedback"]["message"];?>
-- libgit2 0.21.4