ScoreKit Setup Guide

From the downloaded file to a live scorecard on your site. Most people finish in 15 minutes.

1. Activate FormSubmit (one-time)

ScoreKit sends leads to your email using FormSubmit. The first time a form is submitted to a new address, FormSubmit sends an activation email.

  1. Double-click your downloaded scorekit.html — it opens right in your browser (yes, it works locally).
  2. Take the quiz once yourself and submit with your own name and email.
  3. Check the inbox of the destination email you set in the builder for a message from FormSubmit, and click its confirmation link. Check spam if it hasn't arrived in a few minutes.
  4. Done forever — every future lead now delivers automatically.

Do this before anything else.Until that link is clicked, leads are not delivered — it's the #1 setup miss.

2. Upload the file to your host

The deliverable is a single file named scorekit.html. Upload it wherever you want it to appear.

  • WordPress: In your hosting control panel (cPanel/Plesk — not WordPress itself), open File Managerpublic_html → Upload. Your quiz is then at yoursite.com/scorekit.html. No file access? Use Netlify Drop below.
  • Squarespace / Wix / Shopify (no file uploads allowed): host the file free with Netlify Drop — go to app.netlify.com/drop, put scorekit.html in an empty folder, drag the folder in, and you get an instant URL (rename the file to index.html first for a cleaner link). Then link to it from a button, or embed it in a Code Block.
  • Netlify / Cloudflare Pages / Vercel / GitHub Pages: drop the file into your project's public folder and deploy. It appears at /scorekit.html.
  • cPanel / generic host: upload via File Manager or FTP into public_html.

Then send people to it — two ways:

  • Link/button (recommended): add a “Get your free score” button anywhere on your site pointing to the quiz URL. Also great in your email signature, Instagram bio, and Google Business Profile.
  • Embed in an existing page: paste into any custom-HTML/Code block:
    <iframe src="https://YOUR-QUIZ-URL"
      style="width:100%;height:720px;border:none;border-radius:12px;"
      title="Scorecard quiz"></iframe>

3. Test end-to-end

  1. Open the live URL on your phone and a desktop browser.
  2. Complete the quiz using the highest and lowest answers to confirm both bands.
  3. Enter a real email address and submit.
  4. Check that the destination inbox receives a lead with name, email, score, band, and every answer.
  5. Confirm the score, band, and CTA display correctly after submission.

Using a webhook instead of FormSubmit

In the builder, switch the delivery method to Webhook and paste your URL (Zapier, Make, n8n, or your own endpoint). The generated file will POST a JSON payload with Name, Email, Score, Band, Date, and every question/answer pair.

Need help?

If you get stuck, email nicole@brandmadeclear.com. Include your host/platform and the error you are seeing.

← Back to the builder