You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
528 B
21 lines
528 B
<section class="consultation container">
|
|
<h2 class="consultation__title">Нужна консультация?</h2>
|
|
<?$APPLICATION->IncludeComponent(
|
|
"bitrix:main.feedback",
|
|
"consultation",
|
|
array(
|
|
"EMAIL_TO" => "fl@itbuben.ru",
|
|
"EVENT_MESSAGE_ID" => array(
|
|
0 => "7",
|
|
),
|
|
"OK_TEXT" => "Спасибо, ваше сообщение принято.",
|
|
"REQUIRED_FIELDS" => array(
|
|
0 => "NAME",
|
|
1 => "EMAIL",
|
|
),
|
|
"USE_CAPTCHA" => "Y",
|
|
"COMPONENT_TEMPLATE" => "consultation"
|
|
),
|
|
false
|
|
);?>
|
|
</section>
|