Tour booking demo
A working copy of the new /schedule-a-tour and /tour-requested pages for review before the Duda build. The tracking and date code on these pages is the exact code that gets pasted into Duda.
Try it
- Open the tour page as an ad click (test UTM and gclid values in the URL)
- Pick a weekend or a past date. It should be refused.
- Submit with a weekday. You land on
/tour-requestedwith a QA panel showing all 16 values, including the five hidden ones. - Refresh the thank-you page. No second
tour_requestevent fires. - On a phone, check the sticky Call and Book a Tour bar and the date picker.
Where each piece goes in Duda
| Sitewide, body end | snippets/1-sitewide-body-end.html: attribution capture, hides the five tracking fields, sticky mobile bar |
|---|---|
| /schedule-a-tour | snippets/2-schedule-a-tour-page.html in an HTML widget: blocks past dates and weekends |
| /tour-requested | snippets/3-tour-requested-page.html in page custom code: GA4 and Google Ads, once per real submission |
| Form widget | Title Tour Request. 11 fields plus 5 single-line text fields labelled exactly utm_source, utm_medium, utm_campaign, gclid, source_page. Post-submit: redirect to /tour-requested. Keep labels visible (the current form hides them). |
Auto-reply preview
From info@thevillageatmintspring.com · Subject: Your tour request at The Village at Mint Spring
Hi {First name},
Thanks for asking to visit. I have your request for {Preferred tour date} at {Preferred time} and I'll call or text shortly to confirm the time.
Tours take about 45 minutes. We'll walk through a home, see the clubhouse and the dog park, and go over pricing for whichever floor plan interests you. Bring anyone who's part of the decision.
If you'd like to look around before then, here's the model home walkthrough: virtual tour
[Name]
The Village at Mint Spring
(540) 490-1924
14 or 24 Wrights Way, Staunton, VA 24401
Staff alert subject: New tour request: {First name} {Last name} for {Preferred tour date}
Waiting on
| David | Street number (14 or 24), tour hours and Saturdays, alert email and mobile, name for the auto-reply |
|---|---|
| ODM Ads | Tour Request conversion label for the thank-you page |
| Content | A For Families page (linked from the thank-you page, doesn't exist yet) |
Until David answers: Monday to Friday, 10, 11, 1, 2 and 3 bookable, weekends blocked.
Demo-only differences
- Tracking calls are logged to the QA panel, not sent to GA4 (G-L7VH5FGREW) or Google Ads.
- The form doesn't send anything. It stands in for Duda's submit and redirect.
- Header and footer are simplified stand-ins for the Duda ones.
