Canva
Using Canva to build a beautiful website? You can still run fully customized surveys with Zigpoll by embedding your poll using Canva’s Embed app. Whether you're gathering feedback, capturing leads, or offering discounts—this quick guide shows you how to get your Zigpoll survey live on your Canva site in under 5 minutes.
🔧 Step 1: Get Your Zigpoll Embed Code
Log in to your Zigpoll dashboard.
Click “Installation”
Choose the iframe embed option (Canva does not support raw JavaScript).
Copy the code snippet. It will look like:
<script type='application/javascript'>
;(function () {
window.Zigpoll = {
accountId: 'YOUR_ACCOUNT_ID'
};
var script = document.createElement("script");
script.type = "text/javascript";
script.charset = "utf-8";
script.src = "//cdn.zigpoll.com/static/js/main.js";
script.async = true;
document.head.appendChild(script);
}());
</script>
Make sure to replace
YOUR_ACCOUNT_ID
with your account ID
🌐 Step 2: Open Your Canva Website Project
Go to Canva and open your website design.
In the left toolbar, click “Apps”.
Search for “Embed” and select it.
💻 Step 3: Paste the Zigpoll Embed Code
In the Embed window, choose the “Embed via code” option.
Paste your Zigpoll
<iframe>
code.Click Embed.
Resize and position the embedded frame where you'd like the survey to appear on your page.
🛑 Note: Canva only supports secure
https://
iframe embeds, which Zigpoll provides by default.
✅ Done!
Your Zigpoll survey is now live and embedded in your Canva website. It will display directly in the page and record responses automatically to your dashboard.
Last updated