Answer the question
In order to leave comments, you need to log in
How to find where Multisite::includeArea("contacts") comes from?
When you click on the submit button in the feedback form, no data is received. The form sends data to a file where there are no handlers, only require header.php and footer.php.
But is there a place to find the code for this module/infoblock?Multisite::includeArea("contacts")
<form action="/about/contacts/" method="POST" class="feedback_eshop_new">
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Контакты");
$APPLICATION->SetPageProperty("title", "Контакты");?>
<? Multisite::includeArea("contacts");?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php")?>
Answer the question
In order to leave comments, you need to log in
use a normal development environment (IDE), no need to write code in a notepad
in phpstorm for example:
right-click on the class name -> go to -> and a bunch of choices where, for example type declaration
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question