Download your published page as standalone HTML so you can host it on your own server, archive it, or move to another platform.
Page Export gives you a ZIP file containing:
index.html for your pageYou can unzip it anywhere and open the HTML file in a browser — it'll render exactly as it does on your published URL.
The exported page is a snapshot. It's not connected to ConvertPages anymore. Edits in the ConvertPages editor won't affect the exported file — to update an exported page, re-export.
Some features only work when served through ConvertPages and won't function in an exported page:
If your goal is just to use the page on your own URL, Custom Domains is a better fit. Exported pages are mainly useful if you want to leave the platform entirely or archive a campaign.
The exported HTML works on any web host that serves static files:
The form inside an exported page submits to ConvertPages by default — so on a different host it won't work. To connect it elsewhere:
index.html in a text editor<form> tagaction attribute with whatever endpoint you want to use (e.g. an Aweber raw HTML form action, a Zapier webhook, your own form handler)This is a manual technical step — if you're not comfortable editing HTML, sticking with ConvertPages-hosted pages is easier.
Make sure you uploaded the entire ZIP contents (including the images/ folder) to your new host, preserving the folder structure.
Contact support if you're stuck.