B
B
Boyarc12212020-06-04 13:20:16
1C-Bitrix
Boyarc1221, 2020-06-04 13:20:16

How to find the id or the block itself in Bitrix?

Hello.

There is a site on the Bitrix engine, one block needs to be replaced. I've looked through all the files and can't find it.

Website - https://welcome-rent.ru/info/.
This page has a booking form - 5ed8c9e48ab55197169706.pnghow to find this block with this form?

php code:
<?
require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php");
$APPLICATION->SetPageProperty("title", "Information for clients \"Welcome. Apartments for rent\"");
$APPLICATION->SetPageProperty("description", "The main activity of our company is the daily and hourly rental of apartments. All apartments of our room stock are located in the city center,
$APPLICATION->SetTitle("Customer information");
?>
Information for the company's clients 


We have collected information in this section that may be useful when choosing services.
<? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?>

As I understand it, the code is set inside the body, but it is not in the php code. How to find where it connects?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yaroslav Alexandrov, 2020-06-04
@Boyarc1221

Your form is in an iframe. This is most likely a third-party booking widget, look for its connection in the header.php of your current website template

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question