Export gives you the entire funnel as one package you can host anywhere.
How to export:
- Open the funnel in the builder, or find it on the Dashboard.
- Click Download Zip.
- The plugin builds the package and your browser downloads it.
What is inside:
- One HTML file per funnel page
- The stylesheet and any assets the pages need
- Cross links between the pages already wired up, so the funnel flows as files
Where you can host it:
Anywhere that serves files. A static host, a CDN, a plain web server, a client's existing site, or a subfolder of your own domain. There is no database and no WordPress requirement.
The inline assets option:
In Settings, under Export Defaults, you can choose to inline assets into each page on export. Turning this on makes each HTML file bigger but completely self contained, which is useful when you are handing a single file to someone else or hosting somewhere with awkward asset paths. Leave it off for smaller files and a shared stylesheet.
Good reasons to export even if you publish:
- A backup of the funnel exactly as it looked on a given day
- Handing a finished funnel to a client who does not use WordPress
- Hosting a landing page on a separate domain for a paid traffic campaign
- Keeping a copy of a page before you rewrite it
What export does not include:
Export produces the pages. It does not carry your WordPress plugins with it, so anything that depends on a plugin on your site, such as forwarding a lead through WP Sync, needs that plugin on the site where the form actually submits.