From 69768df7f9c4e72afcdbf4a571892ca1496fbc7b Mon Sep 17 00:00:00 2001 From: dozer111 Date: Tue, 14 Aug 2018 11:40:35 +0300 Subject: [PATCH] правки по формам --- frontend/config/main.php | 8 ++++---- frontend/mail/layouts/html.php | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) 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' => '
{button}
', '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 @@

Поступила новая заявка от пользователя

Имя:

Телефон:

+ +

Email:

+

Cообщение:

-- libgit2 0.21.4