Thank you! Our travel team will review your booking request and contact you at the email you provided.
🔑 Admin — Search & Verify Availability
Your site runs on WordPress — install the plugin file provided, then paste the shortcode below into any page, post, or widget.
[ppg_hotel_form]
[ppg_hotel_form height="1200"]
[ppg_hotel_form]
[ppg_hotel_form]
ppg-hotel-form-shortcode.php to/wp-content/plugins/ppg-hotel-form/Works on any website — WordPress, Squarespace, Wix, Webflow, custom HTML, etc.
<iframe src="https://travel.p-pgroup.com/hotel-booking-form.html" width="100%" height="1050" frameborder="0" scrolling="auto" title="Hotel Booking Request — P&P Group Travel" loading="lazy" style="border:none;border-radius:12px;display:block;" ></iframe>
For developers — inject the form HTML directly into any page on the same domain.
<div id="ppg-booking-form"></div>
<script>
fetch('https://travel.p-pgroup.com/hotel-booking-form.html')
.then(r => r.text())
.then(html => {
document.getElementById('ppg-booking-form').innerHTML = html;
});
</script>
⚠️ Only works when both pages are on the same domain (CORS).
Share the direct link — opens in the visitor's browser. Works on all platforms.
https://travel.p-pgroup.com/hotel-booking-form.html
Generate a QR code pointing to the form — perfect for print materials, business cards, hotel lobbies, or presentations.
QR points to: travel.p-pgroup.com/hotel-booking-form.html