Taildove Logo
Taildove

Getting Started

Overview

An introduction to Taildove Forms — what they are, how they work, and what you can do with them.

Overview

Taildove Forms let you capture leads from anywhere — your website, a landing page, a chatbot, or a custom-built UI — and automatically sync contacts into your email marketing account.

Every form you create gives you:

  • A hosted page at a unique URL you can share directly
  • A self-contained HTML snippet you can paste into your site (no JavaScript required)

How submissions work

When a visitor submits a form, Taildove:

  1. Checks the honeypot field — automated bots are silently discarded
  2. Validates required fields server-side
  3. Validates that the email address is properly formatted
  4. Creates or updates the Contact record (upsert by email)
  5. Maps form fields to contact attributes (first_name, last_name, phone, custom properties)
  6. Adds the contact to any Groups you configured
  7. Enrolls them in a Sequence if one is attached to the form
  8. Records the raw submission for your reference
  9. Shows the success message or redirects — whatever you chose

What you can customize

SettingDescription
FieldsAdd text, email, phone, number, date, dropdown, or checkbox fields
BrandingLogo, banner image, accent color, background color, button label
After submissionCustom success message or redirect to a URL
Double opt-inSend a confirmation email before marking as subscribed
GroupsAutomatically add submitters to one or more contact groups
SequenceAutomatically enroll submitters in an email sequence

Limits to know

LimitValue
Max field label length100 characters
Max maps_to key length63 characters
Max dropdown options100 choices
maps_to formatLowercase letters, numbers, underscores; must start with a letter
redirect_urlMust start with http:// or https://
Rate limiting10 submissions per IP per 5 minutes

Next step

Quick start — create your first form in 3 minutes