{"id":248448,"date":"2026-01-23T01:32:29","date_gmt":"2026-01-23T01:32:29","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/rentprog-booking-form\/"},"modified":"2026-01-23T01:30:04","modified_gmt":"2026-01-23T01:30:04","slug":"rentprog-booking-form","status":"publish","type":"plugin","link":"https:\/\/tw.wordpress.org\/plugins\/rentprog-booking-form\/","author":23350822,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.5","stable_tag":"trunk","tested":"6.9.4","requires":"5.8","requires_php":"7.4","requires_plugins":null,"header_name":"RentProg \u2013 Booking Form","header_author":"RentProg","header_description":"Embed the RentProg booking form into WordPress pages using a shortcode and settings panel. Supports all widget parameters, including CSS classes and \u201chuman-friendly\u201d lists instead of JSON.","assets_banners_color":"406473","last_updated":"2026-01-23 01:30:04","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":127,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3445243,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":3445243,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Settings screen","2":"Frontend widget"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[269,13605,361,5075,162],"plugin_category":[40,42,43],"plugin_contributors":[254524],"plugin_business_model":[],"class_list":["post-248448","plugin","type-plugin","status-publish","hentry","plugin_tags-booking","plugin_tags-car-rental","plugin_tags-form","plugin_tags-rental","plugin_tags-widget","plugin_category-calendar-and-events","plugin_category-contact-forms","plugin_category-customization","plugin_contributors-rentprog","plugin_committers-rentprog"],"banners":{"banner":"https:\/\/ps.w.org\/rentprog-booking-form\/assets\/banner-772x250.png?rev=3445243","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/rentprog-booking-form\/assets\/icon-128x128.png?rev=3445243","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>RentProg Booking Form lets you embed a booking widget via the <code>[rentprog_bf_widget]<\/code> shortcode or a settings page. It supports all widget parameters, including human-friendly list inputs as well as raw JSON.<\/p>\n\n<ul>\n<li>Fully localized (<code>rentprog-booking-form<\/code> text domain), with English and Russian included.<\/li>\n<li>Uses the WordPress Settings API with proper capability checks and nonces.<\/li>\n<li>Escapes output and sanitizes input.<\/li>\n<li>Compatible with PHP 7.4\u20138.3.<\/li>\n<\/ul>\n\n<p><strong>Shortcode<\/strong><\/p>\n\n<p>Basic:\n    [rentprog_bf_widget]<\/p>\n\n<p>With overrides (examples):\n    <code>[rentprog_bf_widget show_email=\"true\" email_required=\"true\" button_classes=\"bg-blue-600 text-white\"]\n[rentprog_bf_widget places='[{\"place\":\"Office\",\"price\":0},{\"place\":\"Airport\",\"price\":800}]']\n[rentprog_bf_widget equipment='[{\"item\":\"Navigator\",\"price\":500,\"daily\":false}]']<\/code><\/p>\n\n<h3>Privacy<\/h3>\n\n<p>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.<\/p>\n\n<h3>External Services<\/h3>\n\n<p>The plugin embeds an external widget provided and maintained by RentProg (https:\/\/rentprog.ru). The external widget may call or contact third parties:<\/p>\n\n<ul>\n<li>ip2c.org \u2014 used to detect user's country from IP address.<\/li>\n<li>Google reCAPTCHA \u2014 used to protect forms from spam.<\/li>\n<li>RentProg API \u2014 used to fetch availability and submit booking requests.<\/li>\n<\/ul>\n\n<p>What data may be sent:\n* IP address (for IP-to-country lookups),\n* browser geolocation (only if the user grants permission),\n* booking details (name, phone, email, dates) \u2014 sent to RentProg API to create reservations.<\/p>\n\n<p>If the user denies geolocation permission or location cannot be determined, a configurable default location (from plugin settings) is used.<\/p>\n\n<p>Terms &amp; Privacy:\n* Terms of Use: https:\/\/rentprog.ru\/ru\/agreement\n* Privacy Policy: https:\/\/rentprog.ru\/ru\/privacy\n* Google reCAPTCHA: https:\/\/policies.google.com\/privacy<\/p>\n\n<h3>How it works<\/h3>\n\n<p>The plugin registers a shortcode <code>[rentprog_bf_widget]<\/code> that renders a booking widget powered by RentProg.\nThe plugin includes the required JavaScript and CSS assets locally.\nWhen the shortcode is rendered on the frontend, the embedded RentProg widget\ncommunicates directly with RentProg servers to display availability\nand process bookings.\nAll form interactions and data exchanges happen directly between the widget and RentProg\u2019s API endpoints.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress.<\/li>\n<li>Go to <strong>Settings \u2192 RentProg Form<\/strong> to configure.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"how%20do%20i%20change%20the%20form%20language%3F\"><h3>How do I change the form language?<\/h3><\/dt>\n<dd><p>The form follows your site language (Settings \u2192 General \u2192 Site Language). You can also set <code>locale=\"en|ru\"<\/code> inside the shortcode.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1.5 - 2026-12-13<\/h4>\n\n<ul>\n<li>Initial public release.<\/li>\n<\/ul>","raw_excerpt":"Embed the RentProg booking form into WordPress pages using a shortcode and settings panel. Supports all widget parameters, including CSS classes and \u201c &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/248448","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=248448"}],"author":[{"embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/rentprog"}],"wp:attachment":[{"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=248448"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=248448"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=248448"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=248448"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=248448"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=248448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}