✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for Brave Popup Builder: popups & captured leads as tables

Brave Pro saves leads locally in the WordPress database alongside popup definitions, which is unusual for popup tools. SleekView reads both the brave_popup post type and the lead store as filterable, sortable, joinable tables.

♾️ Lifetime License available

SleekView table view for Brave Popup Builder

Local leads, finally as a real table

Brave Popup Builder Pro is one of the only popup plugins that actually persists captures inside WordPress instead of routing them straight to a third-party ESP. Leads sit in a plugin-owned table next to the brave_popup custom post type, with custom form fields stuffed into a meta-style payload. The default admin renders a fixed column set per popup and forces context switches when you want a site-wide view.

SleekView reads the local lead store directly and joins to the popup post type so every row carries source-popup context. Custom form field keys (name, plan, company, referrer) are pivoted out of their meta payload into named, typed columns. You can filter the last seven days of captures across every popup, segment by source page, and inline-edit a lead's status from new to exported during a triage pass.

The result is an audit surface that the default Brave admin doesn't try to provide. Marketing ops gets cohort filters, support gets fast email lookups with full popup context, and compliance gets a reliable export path for GDPR data-subject requests. SleekView doesn't replace Brave's popup builder, it makes the data Brave already collects useful inside WP Admin.

Workflow

From Brave's lead store to a queryable table

1

Map the lead store

Point SleekView at Brave's local leads table or the postmeta keys it uses on your version. The agent UI inspects the schema and proposes columns for email, name, popup ID, and form-field payload.
2

Pivot custom form fields

Tell SleekView which form-field keys matter (plan, company, referrer) and they move out of the JSON payload into proper, typed columns you can sort and filter on like any other field.
3

Join the popup post type

Resolve popup_id into a readable popup name by joining to the brave_popup CPT. Add capture counts as a join column to compare popup performance side by side.
4

Save cohort views

Build saved views like 'Last 7 days, with consent' or 'Demo requests, not yet exported' so each role on the team opens straight into the slice they need.

Sample columns

A typical Brave Popup Builder leads view

SleekView reads Brave's local leads storage and joins to the popup post type for source-popup context.
Source: wp_posts (brave_popup post type) + Brave leads table
Captured Popup Email Form fields Source page Status
Apr 24 14:02 Spring sale alex@studio.co name, plan /blog/launch New
Apr 24 11:18 Newsletter ria@design.io name /blog/seo Exported
Apr 24 09:47 Demo request tom@hello.dev name, company /demo New
Apr 23 22:31 Exit ebook mia@brew.coop name /pricing Bounced

Comparison

Default Brave admin vs SleekView

Default Brave admin

  • Default leads list shows a fixed column set per popup
  • No cross-popup filter to see all leads from the last 7 days site-wide
  • Custom form fields aren't pivoted into proper columns
  • Source-page context isn't surfaced in the leads list
  • No saved-view system per role (sales vs marketing)

SleekView

  • Read Brave's local leads as a sortable, filterable table
  • Pivot custom form fields into named columns
  • Filter across all popups by date, source page, or form-field value
  • Inline-edit lead status (new, exported, bounced) for fast triage
  • Audit popup inventory in a parallel view, joined to capture counts

Features

What SleekView gives you for Brave Popup Builder

Local lead store as a real table

Brave Pro saves leads in the database, but the default UI flattens them per popup. SleekView surfaces the lead table with custom-field columns and filters that span every popup.

Popup inventory

A second view over the brave_popup post type with type, trigger, and capture-count columns. See your full popup landscape and spot ones that haven't fired in weeks.

Inline-edit status

Mark leads as exported, contacted, or bounced from the row. Bulk-update across a filtered cohort in one pass instead of clicking through each lead's edit screen.

Audience

Who uses SleekView for Brave Popup Builder

Marketing ops

Filter recent leads by source page and popup, then bulk-mark them as exported once they've been pushed to the ESP. The 'new' chip becomes a proper triage queue.

Customer support

Find a recent lead by email when a customer follows up, with full popup, source-page, and form-field context inline. No more cross-referencing the ESP for context.

Compliance & audit

Export the local lead store to CSV for GDPR data-subject requests or ESP-migration backups. Filter by date or popup so the export covers exactly what was asked for.

The bigger picture

Why local lead storage deserves a real table

Most popup plugins exist to push leads out: a form fires, a webhook hits the ESP, the data is gone from WordPress before anyone touches it. Brave Popup Builder Pro takes the unusual route of persisting captures locally, which gives site owners a first-party record of every signup. That record only becomes useful when you can query it.

Without a table you cannot build a 'last week, demo source, not yet exported' cohort, you cannot honor a GDPR data-subject request reliably, and you cannot tell which popups actually feed the pipeline versus which ones convert empty traffic. Sales and marketing end up exporting CSVs and re-importing them into spreadsheets just to do basic segmentation. SleekView turns Brave's lead store into the queryable surface it deserves: filter chips for date and consent, joined columns for popup name and capture count, inline status edits for triage, and a stable export path for ESP imports or audit responses.

The popup builder still owns capture, SleekView owns review.

Questions

Common questions about SleekView for Brave Popup Builder

Yes. Brave Pro can save leads in your WordPress database, which is unusual among popup builders since most route directly to an ESP. SleekView reads that store directly. If your install is configured to skip local saving, those leads won't appear because they're never written to the database in the first place.

 

Brave's lead storage is in a plugin-owned table on most versions, or as serialized rows in postmeta against the popup on older builds. SleekView's agent UI inspects your schema and maps whichever shape your install uses, so you don't have to write the SQL or the meta key list yourself.

 

Yes. Custom-field values are pivoted out of the underlying meta-style storage into typed columns so you can filter and sort on them. Pick the keys that matter, name them, and SleekView turns them into first-class columns. Fields that show up in only some popups simply render empty for rows that didn't capture them.

 

Yes. SleekView uses standard write paths so any save_post or plugin-specific hooks fire as expected. If Brave registers a custom action on a lead-status change, that action runs when SleekView writes the new status. Webhooks and integrations downstream of those hooks behave the same as if you'd edited from Brave's admin.

 

Yes. A view over the popup post type with capture-count columns gives you a quick performance overview without leaving SleekView. Sort by capture count to find your top performers, or filter by zero-capture popups to identify candidates for retirement. Pair with date filters on the lead view for trend reads.

 

If a popup only routes to an ESP and doesn't save locally, those leads won't appear in SleekView since they're never persisted in your database. SleekView is honest about that. The fix is to enable Brave's local-save toggle for the popups you want to audit, or to accept that ESP-only popups live in the ESP.

 

Yes. Filter the lead store by email and group it; rows with the same address surface together regardless of which popup captured them. That's useful for spotting people who hit the newsletter form, the demo form, and the exit intent over the same week so the ESP doesn't get four duplicate contacts.

 

No. Capture counts and analytics are owned by Brave's own counters which fire on form submission. SleekView reads those counters as columns but doesn't increment them. Status edits and cohort tagging stay on the SleekView side, while real capture analytics keep flowing through Brave's normal collection path.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView