← All templates

Waitlist form

Email plus a use-case question — for pre-launch landing pages.Plain HTML — it inherits your site's styles and needs no backend or JavaScript.

Preview

The code

<form action="https://crunchforms.com/form/{formID}" method="post">
  <label for="email">Email</label>
  <input name="email" type="email" id="email" placeholder="you@example.com" required />

  <label for="use-case">What would you use this for?</label>
  <textarea name="use_case" id="use-case" rows="3"></textarea>

  <label>
    <input type="checkbox" name="updates" value="yes" />
    Send me product updates before launch
  </label>

  <button type="submit">Join the waitlist</button>
</form>

How to use it

  1. Create a free Crunchforms account and add a form in the dashboard (takes about a minute).
  2. Replace {formID} in the actionURL with your form's ID — or use the dashboard's snippet generator, which fills it in for you.
  3. Paste the form into any page. Submissions appear in your dashboard and, if you like, in your inbox. Add a honeypot or captcha in the form settings for extra spam protection.

1,000 free submissions a month, spam filtering included, no credit card required.

Start for free