Once you’ve created a form and published it, you have three ways to get it in front of visitors.Documentation Index
Fetch the complete documentation index at: https://docs.servicebooked.ca/llms.txt
Use this file to discover all available pages before exploring further.
Option 1 — Hosted page
Every form has a public URL:https://servicebooked.ca/f/<your-form-id>. Share it as a link from anywhere — your Instagram bio, a Google Ads “destination URL”, an email signature, a QR code on a yard sign.
Best for: ad campaigns, email links, social media, anywhere you don’t have a website to embed into.
Option 2 — iframe (recommended for most websites)
Paste this into any HTML page:height to fit the form’s natural length — 400px for short forms, 800px for long intake forms.
Best for: WordPress, Squarespace, Wix, Webflow, plain HTML — anywhere you can paste HTML.
Per-platform iframe install
- WordPress — paste into a Custom HTML block on any page.
- Squarespace — Add Block → Code → Paste.
- Wix — Add → Embed Code → HTML iframe.
- Webflow — Drag in an Embed element, paste the iframe HTML.
- Shopify — paste into a page’s HTML source via the rich-text editor’s
<>button.
Option 3 — Custom render (advanced)
If you want full control over the form’s appearance, we expose the form definition as JSON:Forwarding parameters (UTM tracking)
You can pass URL parameters to the form for analytics. For example:Multiple forms on one page
You can embed multiple forms on a single page. Each gets its own iframe. They don’t share state.Mobile
The hosted form page is responsive by default — works on every screen size. The iframe inherits whatever width you give it; on mobile, setwidth="100%" and the form will fit cleanly.
What if my form isn’t loading?
- 404 page: form isn’t published. Go to Forms → [your form] and toggle the Published switch.
- Empty iframe: check your iframe’s
srcURL has the correct form ID. Form IDs look like 8–10 random characters (e.g.,f/abc12def). - CSS conflicts: rare with iframes (they’re sandboxed) but if you’re using Option 3 (custom render), your site’s CSS may interfere. Inspect element to debug.
Next
AI auto-reply
The AI replies to every submission within seconds — keeping leads warm.