Skip to main content

Public Booking URL

Every published scheduling page has a unique booking URL that you can share directly with anyone.
https://orbitforms.ai/s/{teamShortId}/{slug}
URL Format:
  • /s/ — The scheduling page route prefix
  • {teamShortId} — First 8 characters of your team UUID
  • {slug} — The URL slug you set when creating the page (e.g., “demo-call”)

Embedding on Your Website

Embed your scheduling page directly on your website so visitors can book without leaving your site. Copy the embed code from your scheduling page’s “Share” tab and paste it into your website’s HTML. The booking page renders inside an iframe that automatically resizes to fit the content.
<iframe
  src="https://orbitforms.ai/s/abc12345/demo-call"
  width="100%"
  height="700"
  frameBorder="0"
></iframe>

Tracking Pixels

Add tracking pixels to measure conversions and attribute bookings to your marketing campaigns.

Meta Pixel

Track Facebook and Instagram ad conversions from scheduling page bookings.

Google Analytics 4

Send booking events to GA4 for conversion tracking and audience building.

Google Tag Manager

Use GTM containers for flexible tag management and custom event triggers.

Cometly

Attribution tracking for ad platforms with server-side event forwarding.
How to add trackingOpen your scheduling page settings and navigate to the “Tracking” tab. Paste your pixel ID or container ID into the corresponding field. Events are fired automatically when a booking is completed.

Custom Domain Support

Use your own domain for scheduling pages instead of the default orbitforms.ai URL. This keeps your branding consistent.
1

Add your domain

Go to Settings > Custom Domains and enter your domain (e.g., book.yourcompany.com).
2

Configure DNS

Add a CNAME record pointing your domain to cname.orbitforms.ai.
3

Verify ownership

Click “Verify” once your DNS changes have propagated (usually within a few minutes).
4

SSL certificate

An SSL certificate is automatically provisioned for your custom domain.
DNS propagationDNS changes typically propagate within minutes, but can take up to 48 hours in some cases. If verification fails, wait a few minutes and try again.

Next Steps