Embed documentation
Publish the intake widget on partner pages with predictable attribution.
Use the hosted iframe route with opaque prefill tokens so partner pages can preserve attribution without exposing job names, contacts, addresses, or claim references in query strings.
Copy-paste snippet
<iframe src="https://pactpack.com/embed?prefill_token=pf_demo_atlas_2026&partner_code=ATLAS10" width="100%" height="720" style="border:1px solid #111; background:#f3f1ea" loading="lazy" ></iframe>
Query params
prefill_token
Opaque, server-generated token that loads stored company, contact, and job-context values without exposing them in the URL.
partner_code
Optional non-sensitive partner attribution code. Keep this free of customer names, job references, or claim identifiers.
referral_code
Optional non-sensitive referral attribution code. Do not place personal data, addresses, or claim numbers in the value.
Partner code usage examples
/embed?prefill_token=pf_demo_atlas_2026&partner_code=ATLAS10
/embed?prefill_token=pf_demo_retail_2026&partner_code=RETAIL42&referral_code=ROOF-ABCD
company, contact, and job_name should be treated as temporary compatibility inputs only. If they are received, PactPack should sanitize them from the browser URL after initial load.