Skip to main content

Form Builder


Creating a New Formโ€‹

  1. Go to Forms in the sidebar.
  2. Click New Form.
  3. Complete the Basic Details section (see below).
  4. Add fields in the Form Fields section.
  5. Configure optional sections (Appearance, Pipeline Connection, Spam Protection).
  6. Click Save.

Basic Detailsโ€‹

FieldDescription
Form NameInternal name (used in the admin panel)
SlugURL-friendly identifier โ€” auto-generated from name. Used in the public URL: /f/your-slug
Display TitleTitle shown to visitors at the top of the form
DescriptionOptional subtitle/description shown on the form
Submit Button LabelText on the submit button (default: "Submit")
Thank-You MessageMessage shown after successful submission
Redirect URLIf set, redirects to this URL instead of showing the thank-you message
Multi-Step FormGroups fields into numbered steps/pages
ActiveToggle to enable or disable the form

Form Fieldsโ€‹

Each form can have unlimited fields. A GDPR Consent checkbox is automatically added as the last field and cannot be removed.

Adding a Fieldโ€‹

In the Form Fields section, click Add Field and configure:

Field SettingDescription
TypeInput type (see below)
LabelField label shown to the visitor
Placeholder / HelperHint text inside the input
Field KeyMaps this field to a lead property (e.g. email, first_name, phone)
Step #For multi-step forms โ€” which step this field belongs to
RequiredWhether the field must be filled to submit
Options(Dropdown/checkbox/radio only) โ€” one option per line

Field Typesโ€‹

TypeDescription
textSingle-line text input
emailEmail address input
phonePhone number input
textareaMulti-line text
selectDropdown list
multi_checkboxMultiple checkboxes (multi-select)
radioRadio buttons (single select)
dateDate picker
numberNumeric input
hiddenHidden field (pre-fills from URL parameter)

Reordering Fieldsโ€‹

Drag fields up or down to reorder them on the form.


Appearance (Optional)โ€‹

SettingDescription
Background ColorBackground color of the form container
Background Image URLURL of a background image
Google Font NameFont to use (e.g. "Inter", "Roboto")
Logo URLLogo image shown at the top of the form

Pipeline Connection (Optional)โ€‹

Automatically place new leads from this form into a pipeline stage:

  1. Select a Pipeline.
  2. Select a Stage within that pipeline.

All leads from this form will start in that stage.


Spam Protectionโ€‹

Enable reCAPTCHA v3 to protect against bot submissions:

  1. Toggle Enable reCAPTCHA v3.
  2. Enter your reCAPTCHA Site Key and Secret Key (from Google reCAPTCHA console).

You need a separate reCAPTCHA key pair per form (or use the same keys across all forms).


Getting the Embed Codeโ€‹

After saving the form:

  1. Go to Forms list.
  2. Click the Embed button on the form row.
  3. Copy the HTML snippet and paste it into your webpage.

The standalone form URL is: https://yourdomain.com/f/your-slug


Multi-Step Formsโ€‹

When Multi-Step Form is enabled:

  • Assign each field a Step # (1, 2, 3...).
  • Fields with Step 1 appear on the first page, Step 2 on the second page, etc.
  • A Next / Back navigation appears between steps.
  • The submit button only appears on the last step.

Viewing Form Analyticsโ€‹

Go to Forms โ†’ [your form] โ†’ Analytics (or click the chart icon on the form row) to see:

  • Total views
  • Total submissions
  • Conversion rate (submissions / views)
  • Submission breakdown over time