Skip to content

Configuring a widget

Most widgets carry sensible defaults, so the bare snippet works as-is. When you want to change the copy, colors, or behaviour, use the Configuration options on each widget card. They edit data-* attributes on the snippet, and the snippet updates live as you type.

  1. Open Widgets or Settings → Widgets.
  2. Set the Site ID at the top.
  3. On a widget card, expand Configuration options.
  4. Type values into the fields. The code block above updates in real time.
  5. Click Copy snippet — the copied code is the configured version.

Empty fields fall back to the widget’s built-in default, so you only need to fill in what you want to change.

WidgetOptions (data-*)
Lead Capture FormForm ID (data-form)
Review CollectorDisplay mode — inline or popup (data-mode)
Notification BarMessage, Link URL, Link text, Background color, Text color
Exit-Intent PopupTrigger (exit / scroll / time), Delay (ms), Title, Body text, CTA text, CTA link
Analytics Pixel, Chat, BookingNo extra options — paste and go

The Notification Bar is a fixed announcement bar with the most options:

<script src="https://api.vertaflow.io/v1/bar.js" data-site="yourdomain.com"
data-message="Welcome! Check out our latest offers."
data-link="/pricing" data-linktext="See pricing"
data-bg="#1a1b2e" data-fg="#c9a96e" defer></script>

Set Message to your headline, Link URL + Link text to point at a page, and Background color / Text color to match your brand. Each field rewrites the matching data-* value in the snippet.

<script src="https://api.vertaflow.io/v1/popup.js" data-site="yourdomain.com"
data-trigger="exit" data-title="Wait! Before you go..."
data-body="Sign up for exclusive offers." data-cta="Sign up" defer></script>

Set Trigger to exit, scroll, or time; Delay (ms) controls timer-based triggers. Captured emails route to Leads.