Beginner

Quick Start Guide

Get up and running with Joiner in under 5 minutes.

Joiner Team
December 10, 2025
5 min read

Introduction

Welcome to Joiner! This guide will help you create your first waitlist form and start collecting emails in just a few minutes.

Step 1: Create Your Account

Head to the signup page and create your free account. You can sign up with email or use Google/GitHub for faster setup.

Step 2: Create Your First Form

In your dashboard, click "New Form". Configure:

  • Form Name: e.g., "Product Launch Waitlist"
  • Share URL (slug): Clean URL like joiner.page/my-launch (min 3 characters)
  • Purpose: Waitlist, Newsletter, Beta Access, etc.
  • Fields: Email (required), Name (optional), Country (auto-detect)

Step 3: Customize Messages

- Email Label: "Your email address"
  • Button Label: "Join the Waitlist"
  • Success Message: "Thanks! You're on the list."

Step 4: Share Your Form

After creating, go to Embed & Share to get your options:

Option 1: Shareable Link

Share directly: https://joiner.page/your-slug

Option 2: Inline Embed

<script src="https://joiner.page/embed.js"></script>
<div data-joiner-form="frm_yourformid"></div>

Option 3: Popup Modal

<script src="https://joiner.page/embed.js"></script>
<script>
  Joiner.popup('frm_yourformid', { trigger: 'button' });
</script>

Step 5: Track Signups

Your dashboard shows real-time analytics:

  • Total subscribers and growth
  • Conversion rates
  • Geographic breakdown
  • Traffic sources

What's Next?