Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I will answer myself
<?
$today = getdate();
if ($today[mday]<6) {
$APPLICATION->IncludeComponent(
"bitrix:main.feedback",
"form",
Array(
"COMPONENT_TEMPLATE" => "form",
"USE_CAPTCHA" => "Y",
"OK_TEXT" => "Спасибо, ваше запрос принят.",
"EMAIL_TO" => "[email protected]",
"REQUIRED_FIELDS" => array(0=>"NAME",),
"EVENT_MESSAGE_ID" => array(0=>"21",)
)
);
}
?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question