Quickly integrate the high-performance dynamic form wizard into any third-party website, affiliate blog, or custom platform. Enjoy seamless inline container embedding with dynamic auto-resizing, custom styling presets, and automatic attribution tracking.
<!-- 1. Custom container matching your initialized ID --> <div id="shf-widget"></div> <!-- 2. Asynchronous loader and JS API init --> <script> (function(w,d,s,o,f,js,fjs){ w['SHF']=o;w[o]=w[o]||function(){(w[o].q=w[o].q||[]).push(arguments)}; js=d.createElement(s),fjs=d.getElementsByTagName(s)[0]; js.id=o;js.src=f;js.async=1;fjs.parentNode.insertBefore(js,fjs); }(window,document,'script','shf','https://form.sellhousefast.com/widget.js')); shf('init', { type: 'container', containerId: 'shf-widget', resizeHeight: '1', ckey: 'aaaaaaaaaa', company: 'Acme Home Offers', }); </script>
Best for content pages, Wordpress posts, or standard site builders. Zero programming required. Simply drop an HTML element with predefined `data` properties in the location where you want the wizard.
Designed for single page applications (SPAs), web portals, or sites requiring dynamic lazy loading. Initialize on-demand, register event callbacks, and custom target container configurations.
Perform direct inline visual audits on any active live website. Open your browser console, paste the snippet, and immediately review the functional form layout matching your target site design.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| type | string | Yes | container | Type of layout to initialize. Set to 'container' for standard inline container embedding. |
| ckey | string | Yes | - | Affiliate or campaign key for tracking conversions and correct submission attribution. |
| containerId | string | Yes | shf-widget | The CSS ID of the existing <div> wrapper inside your page markup where the iframe should automatically bind. |
| resizeHeight | string ('1' | '0') | No | 1 | Enables dynamic height calculation so the container iframe resizes automatically according to wizard step content. |
| company | string | No | - | Company name displayed in the wizard header or loader screens. |
| btnPrimaryBgColor | string (Hex/CSS) | No | - | Custom background color for all principal action buttons in the form flow (e.g. '#e11d48'). |
| btnPrimaryTextColor | string (Hex/CSS) | No | - | Custom font color for text inside primary action buttons (e.g. '#ffffff'). |
| btnDefaultBgColor | string (Hex/CSS) | No | - | Custom background color for all option/secondary buttons. |
| btnDefaultTextColor | string (Hex/CSS) | No | - | Custom font color for standard option/secondary buttons. |
The SDK features advanced automatic tracking passing standard ad networks click IDs and campaign UTMs directly from the affiliate host window search query parameters into the embedded wizard iframe without any coding.