Collect pre-launch signups on your Shopify store with a SmashSend waitlist form, added through a Custom Liquid section.
Last updated October 26, 2023
This guide shows you how to add a SmashSend waitlist form to Shopify, so visitors can sign up and then refer other people to move up the queue. It takes a couple of minutes and does not require a developer.
You need a SmashSend account and a form. If you do not have one yet, create a free account first.
Open the form and go to the Integrate tab. Your form is hosted at a public URL that looks like this:
https://smashsend.com/f/YOUR_FORM_KEYReplace YOUR_FORM_KEY in every snippet below with the key from your own form.
This is the only code you need. It embeds the hosted form directly, so there is no script to load and nothing to keep up to date.
<iframe
src="https://smashsend.com/f/YOUR_FORM_KEY"
title="Join the waitlist"
width="100%"
height="640"
frameborder="0"
style="border:0;max-width:560px;width:100%;"
></iframe>To collect signups before launch, add the form to a dedicated page rather than the storefront home, so you can send traffic straight to it.
A waitlist form is more useful when each signup brings more signups. With referrals enabled, every person who joins gets a unique share link, and their position improves as people sign up through it. You can reward the top referrers automatically. See how to create a viral waitlist for the full setup, or read more about referral marketing with SmashSend.
If you get stuck, email support@smashsend.com or contact us and we will help you get it working.