No code to write
Get ScoreKit live in four guided steps
Here is the whole setup: upload one file, connect email or webhook delivery, choose how the quiz appears, and test it.
1. Put your file online
Your download is one file named scorekit.html. You do not need a new website or an app account.
- WordPress or cPanel: open your host's File Manager, go to
public_html, and upload the file. It will usually appear atyoursite.com/scorekit.html. - Squarespace, Wix, or Shopify: if your plan does not allow HTML file uploads, put the file in an empty folder, rename it
index.html, and drag that folder into Netlify Drop. Netlify gives you the live URL to use below. - Netlify, Cloudflare Pages, Vercel, or GitHub Pages:add the file to your project's public folder and deploy it.
2. Connect and test lead delivery
If you chose Email, the destination inbox must approve FormSubmit's first submission. If you chose Webhook, send a test and confirm the JSON reaches your catch URL or automation.
- Open the hosted quiz URL and complete the quiz with your own information.
- For Email, click FormSubmit's confirmation link in the destination inbox. For Webhook, inspect the test run and confirm the complete payload arrived.
- Complete the live quiz one more time and confirm the lead reaches the destination you selected.
Please do this before sharing your quiz. An accepted submission unlocks the onscreen result, but only checking your inbox or webhook workflow confirms that the lead actually arrived.
No coding skills required
3. Choose how your quiz shows up
You will upload one file. For an inline quiz or popup, you will paste the finished snippet into your website's Embed or Code block. You are copying finished code, so you do not have to write it.
Option 1: Link to the quiz
Easiest option. Use the link on any website button, in your social bio, or in an email.
Option 2: Put the quiz inside a page
Paste this into a Custom HTML, Embed, or Code block. Your quiz stays right on the page.
Option 3: Open the quiz in a popup
Add the button label you want, then paste the code into a Custom HTML or Code block that allows scripts.
Not every website plan allows popup scripts. The quiz link and inline embed work on the widest range of platforms.
4. Test it like a visitor
- Open the live quiz on your phone and computer.
- Complete it once with the lowest answers and once with the highest.
- Use a real email address and confirm the result stays hidden until the submission succeeds.
- Confirm the selected destination receives the name, email, score, result band, consent choice, and every answer.
- Confirm the visitor sees the correct score, advice, and next-step button.
- Open the privacy-policy link and make sure it belongs to your business.
Want to use a webhook instead?
Choose Webhook in the builder and add a browser-friendly catch URL from Zapier, Make, n8n, or your own endpoint. ScoreKit sends the visitor's name, email, score, result copy, consent choice, date, and every answer as JSON.
The endpoint must accept requests from the website where your quiz lives. Never put private CRM credentials or API keys in the quiz file. If your workflow will email the visitor their result, the payload already includes the result headline, body, and CTA.
Got stuck?
Email nicole@brandmadeclear.com. Tell me which platform you use, what you expected to happen, and what happened instead. Screenshots help.
← Back to the builder