✨ 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 Forminator

Group frmt_form_entry by form_id and date_created. Pivot frmt_form_entry_meta for chart dimensions. Forms, polls, and quizzes share one cross-type dashboard with per-type filters.

♾️ Lifetime License available

SleekView Charts dashboard for Forminator

Forms, polls, and quizzes in one chart layer

Forminator splits submissions across frmt_form_entry (one row per submission with form_id and date_created) and frmt_form_entry_meta (per-field values keyed by entry ID and meta key). Form definitions live in wp_posts as three CPTs: forminator_forms, forminator_polls, and forminator_quizzes.

The default admin handles each submission type on its own screen. SleekView Charts joins all three definitions to frmt_form_entry, pivots the meta where needed, and exposes form_id, post_type (form vs poll vs quiz), date_created, and any meta key as chart group-by options. Vote tallies, quiz score distributions, and form submission trends all live on the same dashboard.

Charts share the dataset with Table and Kanban views, so a poll-tally chart drops to the underlying vote rows with one tab change. Cross-type dashboards become saved views rather than three different screens.

Workflow

From three CPTs to one dashboard

1

Connect the tables

Point SleekView Charts at frmt_form_entry and frmt_form_entry_meta. Join wp_posts on form_id to pull form titles and identify form, poll, or quiz.
2

Add cross-type cards

Group entries by post_type for a form-versus-poll-versus-quiz mix. Add a per-form ranking and a daily trend on top of the cross-type view.
3

Pivot for poll tallies

For polls, group by the relevant option meta_key in frmt_form_entry_meta to get live vote tallies. The pivot runs at query time so new options appear immediately.
4

Save per role

Pin a form-admin dashboard, a poll-moderator view, and a quiz-instructor view. Each saved view persists scoped filters and card configurations.

Sample dashboard

Charts you can build from Forminator data

Four cards covering total volume, type mix, top forms, and submission trend across forms, polls, and quizzes together.
Number · Default

Total submissions

Count of frmt_form_entry rows across the active filter window. Top-level KPI covering forms, polls, and quizzes together.
Count
Pie · Donut

Type mix

Forms versus polls versus quizzes as a share of total submissions. Useful for sites running engagement quizzes alongside contact forms.
Count group by post_type
Bar · Horizontal

Top forms by volume

Ranked submission count per form, poll, or quiz. Form names come from the joined wp_posts row for each form_id.
Count group by form_id
Area · Stacked

Submissions over time

Daily submission trend stacked by post_type so forms, polls, and quizzes show their share over time on one chart.
Count group by date_created

Comparison

Default Forminator reporting vs SleekView Charts

Default Forminator admin

  • Each submission type handled on its own screen
  • Cross-type (form + poll + quiz) charts aren't built in
  • Pivoting meta for chartable dimensions needs custom queries
  • Daily-trend charts across submission types aren't first-class
  • Saving a dashboard per role isn't part of the admin

SleekView Charts

  • Number, Pie, Bar, and Area cards across all three submission types
  • Group by form_id, post_type, date_created, or any meta key
  • Live poll tallies from pivoted option meta keys
  • Quiz-score distributions across attempts
  • Saved views per role with shared cascading filters

Features

What SleekView Charts gives you for Forminator

Cross-type aggregates

Forms, polls, and quizzes share one dashboard with post_type as a group-by. Form admins running engagement quizzes alongside contact forms get a unified view.

Live poll tallies

Group entries by the poll's option meta_key for a live vote tally chart. Refresh on view load or set an interval for a wall-mounted moderation dashboard.

Quiz score charts

Average or distribute quiz scores across attempts. Spot quizzes that are too easy or too hard, and audit per-quiz performance across a class or campaign.

Audience

Who builds Forminator charts dashboards with SleekView

Form admins

Cross-type submission counts, per-form ranking, and daily trend. Catch dormant forms and brigaded polls in the same dashboard.

Poll moderators

Live vote tallies grouped by option, filtered by date for in-flight moderation. Spot brigading or stalled polls without leaving the chart view.

Quiz instructors

Per-quiz score distributions, attempt counts over time, and top-scorer leaderboards. Export the underlying rows to share with students or as course-completion reports.

The bigger picture

Why three submission types need one dashboard

A typical Forminator install rarely runs just one type of submission. Contact forms, embedded polls, and engagement quizzes coexist on the same site, each producing its own data stream, each siloed in its own admin screen. The operational reality is the opposite: someone needs a single view that says how much activity came in today across everything.

With submissions in frmt_form_entry and form definitions split across three CPTs in wp_posts, the schema already supports a cross-type chart layer; the default admin just doesn't compose one. SleekView Charts joins the CPTs to the entries table, exposes post_type as a group-by, and renders the dashboard the schema implied. For teams running quizzes alongside forms, that consolidation is the difference between three reporting tabs and one saved view.

Questions

Common questions about SleekView Charts for Forminator

Not publicly. Core columns (entry_id, form_id, date_created) and the relationship to frmt_form_entry_meta via entry_id are confirmed by SleekView at runtime. Other columns are exposed as they appear on your installation, but column names beyond that core set aren't formally documented as of 2026; verify against your own database before depending on a specific field for a critical chart.

 

Group frmt_form_entry by the relevant option meta_key from frmt_form_entry_meta and count. The pivot runs at query time, so vote counts reflect the latest state on view load. For continuous tally displays, set a per-view refresh interval.

 

Yes. Quiz scores persist as meta values on the entry, so charts can average them across attempts or distribute them across score buckets. Group by quiz form_id for per-quiz averages, or by user for per-student progress.

 

No, charts are read-only. Aggregations run as SELECT ... GROUP BY queries with no writes, so no Forminator hooks fire. Edits routed through the Table tab use Forminator's submission APIs and fire hooks normally where they exist.

 

Yes. Forminator's form, poll, and quiz post types are valid filter values. Filter the whole view to one type for a focused dashboard, or leave it open for a cross-type view with post_type as a group-by dimension.

 

File-upload values are stored as URLs or attachment IDs in the meta table. They appear in chart dimensions only when used as a group-by, which is rarely useful — file URLs produce too many distinct values. Use them in the Table tab for per-entry context instead.

 

Yes. Save views and scope per WordPress role or capability. Form admins see a cross-type overview, poll moderators see live vote tallies, quiz instructors see score distributions. Each view persists per user with role-scoped defaults.

 

Each card exports its aggregated rows as CSV with the group-by labels and aggregate values. Useful for handing marketing the campaign-summary numbers behind a chart, or for archiving per-class quiz performance at the end of a course.

 

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