Inquiry Form Embed

Embed a branded inquiry form on your website — leads go directly into TourRova. Works on any website with one line of code.

Overview

The public inquiry form (tourrova.com/inquiry-form.php?org=1) captures:

When submitted, TourRova automatically:

Using the Embed Manager

Go to Settings → Inquiry Form Embed in TourRova. The embed manager lets you:

Option 1 — iFrame Embed

Best for most websites. Paste this code where you want the form to appear:

<iframe src="https://tourrova.com/inquiry-form.php?org=1&embed=1" width="100%" height="820" frameborder="0" style="border-radius:12px;border:none" ></iframe>

Share this URL as a "Get a Quote" or "Book Now" button on your site:

https://tourrova.com/inquiry-form.php?org=1

Adds a floating "Get a Free Quote" button on all pages of your website. Paste this before </body>:

<!-- TourRova Inquiry Button --> <style> .tr-btn{position:fixed;bottom:24px;right:24px;background:#00B4A6;color:#fff; padding:14px 22px;border-radius:50px;font-family:sans-serif;font-size:15px; font-weight:700;cursor:pointer;border:none;z-index:9999} .tr-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5); z-index:99999;align-items:center;justify-content:center} .tr-modal.open{display:flex} .tr-frame{background:#fff;border-radius:16px;width:680px; max-width:95vw;height:85vh;overflow:hidden} </style> <button class="tr-btn" onclick="document.getElementById('trModal').classList.add('open')"> ✈ Get a Free Quote </button> <div class="tr-modal" id="trModal"> <div class="tr-frame"> <iframe src="https://tourrova.com/inquiry-form.php?org=1&embed=1" width="100%" height="100%" frameborder="0"></iframe> </div> </div>

Customising the Form

Add URL parameters to customise the form appearance:

ParameterValuesExample
themelight (default), dark?org=1&theme=dark
accentAny 6-digit hex colour?org=1&accent=FF5A36
embed1 (minimal mode for iframe)?org=1&embed=1

WordPress Setup

  1. In WordPress, edit the page where you want the form
  2. Add a Custom HTML block (in Gutenberg editor)
  3. Paste the iFrame code from the embed manager
  4. Publish the page
Create a dedicated "Get a Quote" page on your website using the direct link option, and add it to your main navigation menu for maximum visibility.