✨ 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 Charts for Robly for WordPress

Robly contacts and OpenGen campaigns live in the Robly SaaS. The Robly WordPress plugin stores form shortcodes, list mappings, capture-script flags and submission logs locally. SleekView Charts turns that surface into Number, Pie, Bar and Area cards.

♾️ Lifetime License available

SleekView Charts dashboard for Robly for WordPress

Robly's WP-side data is small but very chartable

The Robly WordPress plugin handles two jobs: render signup forms via shortcode and bridge those submissions to Robly lists over the API. Locally it stores the API key, the list-to-shortcode mapping and an opt-in confirmation flag in wp_options. When a submission happens it can also log a row through the plugin's audit option so that ops can trace what was sent to which list.

The default Robly admin in WordPress shows one setting screen and a shortcode reference. There is no dashboard that counts how many submissions hit each list this month, how the signup form usage splits across pages, or whether the OpenGen confirmation flag is on in production but off on staging. The data points are all there in the plugin's option store and in the form-post log, but the surface to read them is missing.

SleekView Charts reads the Robly plugin's options and the submission log directly. A Number card anchors total submissions this week. A Pie splits submissions by target Robly list. A Bar ranks which page slugs send the most signups. An Area trends weekly submissions so a quiet form gets caught before a campaign window closes.

Workflow

Turn Robly plugin data into a dashboard

1

Map the Robly plugin storage

Point SleekView at the Robly settings option, the form-mapping postmeta and the submission log option. Each becomes a chartable dataset with the columns the plugin actually writes.
2

Compose the chart cards

Pick Number, Pie, Bar, Area, Line, Radar or Radial cards. Group by list_id, form_slug, page_slug or submitted_at and aggregate as Count, Sum, Average, Minimum or Maximum.
3

Save and scope the dashboard

Name it ("Signup health", "Per-page capture audit") and gate by WordPress capability so marketers, ops and legal each see the cards they own.
4

Drill back to the rows

Click any chart slice to land on the submission rows in SleekView's table view. The chart answers "how many", the underlying table answers "which ones".

Sample dashboard

Charts you can build from Robly for WordPress data

Each card reads from the Robly plugin's local options and submission log. Mix them for a signup health view or a per-page capture audit.
Number · Default

Submissions this week

Total submission rows in the Robly log scoped to the last seven days. The single KPI marketers anchor a weekly signup review on.
Count
Pie · Donut text

Submissions per Robly list

Distribution of submissions across each mapped Robly list. Reveals whether one list is absorbing everything while a niche list quietly starves.
Count group by list_id
Bar · Horizontal

Captures by page slug

Submissions grouped by the page slug the form was rendered on. Spots high-traffic pages with no signups and low-traffic pages punching above their weight.
Count group by page_slug
Area · Gradient

Submissions over time

Time series of submissions per day. A flat line after a redesign is the signal a form embed went missing, well before the next campaign window closes.
Count group by submitted_at

Comparison

Default Robly plugin reporting vs SleekView Charts

Default Robly WP plugin admin

  • Plugin admin is a settings screen, no dashboard of submissions
  • List-by-list submission split is not visible inside WordPress
  • Per-page capture performance has to be inferred from analytics
  • Confirmation flag drift between staging and production goes unseen
  • No read-only URL to share signup health with a marketing lead

SleekView Charts

  • Number KPI for weekly submissions across every Robly-mapped form
  • Pie split across the Robly lists each form posts to
  • Bar ranking page slugs by signup volume
  • Area trend of submissions over time for redesign-induced drops
  • Filters carry between chart and table view on the same dataset

Features

What SleekView Charts gives you for Robly for WordPress

Dashboard over the submission log

Render submissions as Number, Pie, Bar and Area cards so marketers see signup health rather than a settings screen with no numbers attached.

Filters span table and chart

Filter to list_id of "Newsletter" in the chart view and the submission table behind it stays in sync. Same Robly log, two surfaces.

Share a read-only snapshot

Send a stakeholder a URL of the signup health dashboard or export the filtered cohort to CSV. Weekly signup reviews get a measurable picture instead of a screenshot.

Audience

Who builds Robly for WordPress charts dashboards with SleekView

Email marketers

Anchor weekly reviews on submission count, list mix and the area trend. Spot a quiet form before the next OpenGen send goes out to a stagnating list.

Growth and CRO

Rank pages by signups to find pages that pull more than their share. Move the form into the page template once the pattern is on a card, not a hunch.

Privacy and ops

Watch the consent flag and per-list mapping on one dashboard. Drift in either turns into a chart slice that the team can act on the day it happens.

The bigger picture

Robly's value is in its cloud, the WP plugin's value is in its log

Robly's automation, OpenGen and reporting are SaaS features by design, and that is exactly where they belong. The WordPress plugin is a thin bridge, but the rows it writes locally are the only signal a marketing team has about how the bridge is performing on its own side. Counting submissions per list, ranking pages by capture volume and trending submissions over time turns a quiet settings screen into a live performance dashboard.

A redesign that removes a form embed shows up as a flat area chart the same week, not as a missing-list email three months later. A list mapping that points at an archived Robly list shows up as a flatline on a single pie slice. Same option store and log the plugin already maintains, charted instead of clicked.

Questions

Common questions about SleekView Charts for Robly for WordPress

No. Contacts, automations and OpenGen sends stay in Robly where they belong. SleekView Charts reads only the WP-side plugin storage: settings, mappings and the submission log. Anything the plugin writes locally is fair game for a card, nothing more.

 

Settings, API token and per-list mappings live in wp_options. Submission audit rows are persisted in a dedicated option array (or custom table on newer plugin versions). SleekView reads each storage path and pivots it into named columns for the chart cards.

 

Yes. Each dashboard respects a form-slug filter, so a per-form audit dashboard scopes every card to one shortcode and surfaces submissions, list mix and time trend just for that form. Useful for a landing-page form embedded on a single campaign URL.

 

The cards over local plugin storage work regardless of API state, because they read the WP database directly. Cards that join through an active Robly API call (such as a list-name overlay) gracefully fall back to list ID labels when the key is missing or revoked.

 

No. Chart queries hit the option store and submission log on read, never on write. Signup forms continue to post through the Robly plugin's own runtime path with no added work, which keeps capture latency unchanged.

 

Yes. On a multisite or a staging-plus-production setup, the confirmation flag is a single boolean in the Robly settings option. SleekView's multisite roll-up shows that flag as a column on every site, so a staging-on, production-off mismatch surfaces as an obvious split in the chart.

 

Some Robly plugin versions disable the audit log by default. SleekView shows a friendly empty state on the submission cards in that case, and the settings and mapping cards (which read from wp_options directly) continue to render so the rest of the dashboard stays useful.

 

Yes. Each saved chart dashboard is scoped by WordPress capability. Marketers see the signup health cards while ops sees the consent flag and per-site rollouts, with each role saving its own filter presets on top of the same Robly dataset.

 

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