CoreBeginner
6 min read
Updated 2 May 2025

Lead Capture Forms

QuintaGo lead capture forms are embeddable forms you can add to any website, landing page, or email. Every submission creates a lead directly in your pipeline — no manual entry required.

Creating a form

Go to Forms → New form. Configure the fields you want to collect. The minimum required fields are Name and either Email or Phone.

Available field types include:

  • Short text, long text
  • Email, phone, URL
  • Date picker (ideal for event date)
  • Number (for guest count)
  • Dropdown, radio, checkbox
  • File upload (up to 10 MB)

Embedding a form

Each form has a unique embed code. Go to Forms → Your form → Embed and copy the snippet:

<!-- Inline embed -->
<div id="quintago-form" data-form-id="frm_xxxxxxxxxx"></div>
<script src="https://cdn.quintago.io/forms/v1/embed.js" async></script>

<!-- Or as a popup triggered by a button -->
<button data-quintago-popup="frm_xxxxxxxxxx">
  Request availability
</button>
<script src="https://cdn.quintago.io/forms/v1/embed.js" async></script>

Field mapping

Each form field maps to a lead property. Standard fields like email and phone map automatically. Custom fields must be mapped in Forms → Field mapping. Unmapped fields are stored as custom attributes on the lead profile.

Submission notifications

Configure who gets notified on each new submission in Forms → Notifications. You can send an email to the lead (confirmation), a notification to your team, and optionally trigger an automation workflow.

Tip: Connect a form submission to an automation workflow to send an instant WhatsApp message to the lead. Couples who receive a reply in under 5 minutes are 3x more likely to book a visit.

Spam protection

All forms include built-in bot protection using honeypot fields and rate limiting. You can also enable reCAPTCHA v3 from Forms → Settings → Security.

Tags:formslead-captureembed

Was this article helpful?