Описание
Форма бронирования RentProg позволяет вам встроить виджет бронирования с помощью шорткода [rentprog_bf_widget] или страницы настроек. Она поддерживает все параметры виджета, включая удобные для человека списки ввода данных, а также необработанный JSON.
- Fully localized (
rentprog-booking-formtext domain), with English and Russian included. - Uses the WordPress Settings API with proper capability checks and nonces.
- Escapes output and sanitizes input.
- Compatible with PHP 7.4–8.3.
Shortcode
Basic:
[rentprog_bf_widget]
With overrides (examples):
[rentprog_bf_widget show_email="true" email_required="true" button_classes="bg-blue-600 text-white"]
[rentprog_bf_widget places='[{"place":"Office","price":0},{"place":"Airport","price":800}]']
[rentprog_bf_widget equipment='[{"item":"Navigator","price":500,"daily":false}]']
Privacy
This plugin itself does not track users and does not send telemetry. If you enable the booking widget with a valid API token, the widget communicates with RentProg servers to display availability and process bookings. Optionally, if you enter a Yandex.Metrika ID in settings, the widget may emit events to your configured Yandex.Metrika property.
Внешние сервисы
The plugin embeds an external widget provided and maintained by RentProg (https://rentprog.ru). The external widget may call or contact third parties:
- ip2c.org — used to detect user’s country from IP address.
- Google reCAPTCHA — used to protect forms from spam.
- RentProg API — used to fetch availability and submit booking requests.
What data may be sent:
* IP address (for IP-to-country lookups),
* browser geolocation (only if the user grants permission),
* booking details (name, phone, email, dates) — sent to RentProg API to create reservations.
If the user denies geolocation permission or location cannot be determined, a configurable default location (from plugin settings) is used.
Terms & Privacy:
* Terms of Use: https://rentprog.ru/ru/agreement
* Privacy Policy: https://rentprog.ru/ru/privacy
* Google reCAPTCHA: https://policies.google.com/privacy
How it works
The plugin registers a shortcode [rentprog_bf_widget] that renders a booking widget powered by RentProg.
The plugin includes the required JavaScript and CSS assets locally.
When the shortcode is rendered on the frontend, the embedded RentProg widget
communicates directly with RentProg servers to display availability
and process bookings.
All form interactions and data exchanges happen directly between the widget and RentProg’s API endpoints.
Установка
- Upload the plugin files to the
/wp-content/plugins/directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to Settings RentProg Form to configure.
Часто задаваемые вопросы
-
How do I change the form language?
-
The form follows your site language (Settings General Site Language). You can also set
locale="en|ru"inside the shortcode.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«RentProg – Форма бронирования» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«RentProg – Форма бронирования» переведён на 1 язык. Благодарим переводчиков за их работу.
Перевести «RentProg – Форма бронирования» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.1.5 — 2026-12-13
- Initial public release.
