QuoteForge Local
All docs

Embed Install Guide

Add a calculator to a client site with an iframe today or the script scaffold later.

Iframe embed
The iframe path is the most reliable first install option for client websites and landing pages.
<div style="width:100%;max-width:960px;margin:auto">
  <iframe src="https://quoteforge-local.vercel.app/embed/pressure-washing" title="Service quote calculator" width="100%" height="820" loading="lazy" style="border:0;border-radius:12px;overflow:hidden"></iframe>
</div>
Script scaffold
The script scaffold is included for buyers who want a more integrated widget path after the core demo is validated.
<script src="https://quoteforge-local.vercel.app/embed/widget.js" defer></script>
<div id="quoteforge-widget" data-template="pressure-washing" data-origin="https://quoteforge-local.vercel.app"></div>
Troubleshooting
  • If the iframe is too short, increase the height to 900 or 980.
  • If a site blocks iframes, check security headers and page-builder embed settings.
  • Always test on mobile before showing the client.