Receiz Embed

Receiz Scheduler Embed

Copy once, paste anywhere. The same snippet gives you a public booking page and an embeddable scheduler.

Public mode enabled. A live demo scheduler is loaded by default, and you can replace it with your username anytime.

Deploy Checklist
  1. Set your Receiz username (optional for preview mode).
  2. Copy scheduler URL or iframe snippet.
  3. Paste snippet into your site custom-code area.
  4. Open the link and validate booking flow.
Receiz Username

Effective username: @receiz (default demo)

Public Scheduler Link
https://receiz.com/calendar/receiz
Open Link
What The Scheduler Surface Includes
  • Month-to-day slot selection flow.
  • Deterministic booking handoff into Receiz calendar records.
  • Mobile-ready booking flow for external visitors.
  • No host backend required for public scheduler page.
Need slot/question configuration? Use Calendar Studio after sign-in.
Copy-Paste Snippet
<iframe
  src="https://receiz.com/calendar/receiz"
  title="Receiz Scheduler"
  width="100%"
  height="860"
  style="border:1px solid #d2def5;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px -48px rgba(16,33,69,0.65);"
  loading="lazy"
  scrolling="no"
  referrerpolicy="strict-origin-when-cross-origin"
></iframe>