✨ 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 Formidable Views

Formidable Views renders entry listings on the front end. SleekView Charts reads the same frm_items and frm_item_metas tables and turns submission patterns into Number, Pie, Bar and Area cards inside WP Admin.

♾️ Lifetime License available

SleekView Charts dashboard for Formidable Views

Same entry tables, two audiences

Formidable Views was built to publish entries to site visitors: directories, listings, dashboards rendered through shortcodes on the front end. It pivots frm_item_metas rows into named columns for the same reason any reporting layer does, and it does that pivot well. What it does not do is give the team running the site an aggregate read on their own submission queue.

SleekView Charts reads the same frm_items and frm_item_metas tables, applies the same pivot, and renders the result as a small dashboard in WP Admin. A Number card for total entries this month, a Pie for submissions per form, a Bar for fields with the highest fill rate, an Area trending submissions per week so seasonal peaks become visible without exporting CSV into a spreadsheet.

Form admins keep using Formidable Views for visitor-facing pages. The charts dashboard is for the team triaging entries, auditing draft states and reporting on weekly submission volume without leaving the admin.

Workflow

From Formidable entry data to a chart dashboard in four steps

1

Pick the form

Choose one form or scope across many. SleekView lists every form registered in frm_forms, with submission counts and draft-state hints on each.
2

Pivot the meta

frm_item_metas rows pivot into named columns at query time, including repeater iterations linked by parent_item_id. The pivot is identical to the one Views uses on the front end.
3

Compose chart cards

Add Number, Pie, Bar, Area or Radar cards. Group by date_created, form_id, user_id, or any pivoted field. Aggregate as Count, Sum, Average, Minimum or Maximum.
4

Save the dashboard

The dashboard becomes a saved view alongside the SleekView table and kanban built from the same dataset. Capability checks gate it the same way Views gates its shortcodes.

Sample dashboard

Charts you can build from Formidable Views data

Formidable's long-format meta store is flexible by design. SleekView Charts pivots it once and turns the result into dashboards covering submission volume, form mix, and draft-state hygiene.
Number · Default

Entries this month

Single KPI counting rows in frm_items with a date_created inside the current month, useful as the top-of-dashboard pulse.
Count
Pie · Donut

Submissions per form

Donut breakdown of entries grouped by form_id, revealing which form pulls the bulk of submissions and which sit quiet for months.
Count group by form_id
Bar · Horizontal

Drafts by form

Horizontal bar of entries where is_draft equals one, grouped by form. Surfaces forms where visitors start but rarely finish.
Count group by form_id
Area · Gradient

Submissions per week

Area chart of date_created bucketed weekly, exposing seasonal peaks and the slow weeks that need a marketing push.
Count group by date_created

Comparison

Default Formidable Views vs SleekView Charts

Default Formidable Views (front-end listings)

  • Views was designed for visitor-facing pages, not in-admin reporting.
  • No aggregate dashboard for total entries, draft counts, or submission trends.
  • Per-form admin lists show entries one form at a time with no grouping.
  • Trend charts and KPI tiles need a custom shortcode plus chart library.
  • Cross-form summaries require dropping into PHP or a separate reporting tool.

SleekView Charts

  • Pivots frm_item_metas the same way Views does, then renders as charts.
  • Number, Pie, Bar, Area, Line, Radar and Radial card types in one dashboard.
  • Group by form_id, user_id, date_created or any pivoted field value.
  • Repeater children flatten or surface separately, your choice per card.
  • Same dataset feeds the SleekView table, kanban and charts views.

Features

What SleekView Charts gives you for Formidable Views

Admin dashboard for Views data

Views handles visitor-facing display. SleekView Charts handles the in-admin reporting Views never tried to cover.

Same pivot, different surface

frm_item_metas pivots into named columns the same way Views pivots them, so the chart axes match what the front end already exposes.

One dataset, every view

Table, Kanban, Feedback and Charts share one source. Switch surfaces without rewriting the query or duplicating filters.

Audience

Who builds Formidable Views charts dashboards with SleekView

Form admins running multi-form installs

One dashboard counting submissions per form makes it obvious which forms carry the install and which are dormant candidates for retirement.

Marketing teams tracking campaigns

Area chart of date_created reveals whether the latest campaign actually moved submission volume above the baseline.

Support teams auditing draft states

Bar of drafts by form highlights forms where visitors keep abandoning, so the team can review field count and required-field policy.

The bigger picture

Visitor-facing dashboards versus admin-side reporting

Formidable Views is rightly the go-to for publishing entry data to the front end of a site, member directories, event listings, calculator outputs. None of that helps the admin staff who need to know how many entries arrived this week, which form is responsible, and whether draft abandonment is climbing. SleekView Charts is the admin counterpart, reading the same tables, applying the same pivot, and rendering the result as configurable chart cards.

Form admins stop exporting CSV to a spreadsheet every Monday. Marketing teams stop guessing whether the campaign worked. Support agents pull up an entry-by-form trend during a customer call without leaving WP Admin.

Views keeps owning the visitor surface, SleekView Charts owns the reporting surface, and both run against one source of truth.

Questions

Common questions about SleekView Charts for Formidable Views

No, the two serve different audiences. Formidable Views renders entries to site visitors on the front end. SleekView Charts is an admin-side reporting surface for the same data. Most teams run both, Views for visitor pages and SleekView Charts for the team dashboard.

 

Yes. Repeater children are linked by parent_item_id with their own frm_item_metas rows. SleekView flattens them into parent rows when you want one entry per result, or exposes them as their own dataset when the repeater itself is the data you care about.

 

Yes. Calculated fields store their result in frm_item_metas like any other field, so they pivot into a column that any chart card can group or aggregate on.

 

Charts read the standard frm_items and frm_item_metas tables, both of which exist in the free Formidable Forms plugin. Pro features like repeaters and calculated fields appear when present, and the dashboard works either way.

 

Edits made from the linked table view route through Formidable's CRUD APIs where available, so frm_after_update_entry and related actions fire normally. The chart surface itself is read-only and only reflects what the underlying data already says.

 

Yes. is_draft is a column on frm_items, so a chart card can filter to drafts only, exclude them, or compare draft versus published in a single Pie or Bar.

 

Aggregations run against indexed columns on frm_items and a single pivot pass over frm_item_metas. On installs with a few hundred thousand entries the cards refresh in well under a second, and dashboards cache by saved view.

 

Yes. Any filtered slice behind a chart card exports as CSV with the same columns the table view would show. Useful for board reports or for handing the data to an external BI tool.

 

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