send.webforms.toRead the docs →

Beta signup form template

A beta signup is different from a waitlist: you're not just capturing interest, you're often choosing who gets in first, especially with limited capacity. This template adds one field a plain waitlist doesn't need - a short use-case description - specifically so you have something to sort or filter by when deciding who to invite first.

Copy-paste HTML

index.html
<form action="https://send.webforms.to/wft_your_key" method="POST">
  <label for="email">Email</label>
  <input type="email" id="email" name="email" required>

  <label for="company">Company or project (optional) (optional)</label>
  <input type="text" id="company" name="company">

  <label for="use_case">What would you use this for?</label>
  <textarea id="use_case" name="use_case" required></textarea>

  <button type="submit">Submit</button>
</form>

Replace https://send.webforms.to/wft_your_key with your own endpoint from the WebForms dashboard.

Why these fields

Where to send it

Get your endpoint

Free for 300 submissions a month. No card required.

Start free

Beta signup form FAQ

WebForms stores and lets you filter submissions, but sending the actual invite email is on you (or your own automation off a webhook) - it's a deliberate, one-by-one decision most beta programs want a human making, not an auto-responder.