✨ 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 Fluent Forms

Group submissions by form, country, device, browser, and payment_status. Sum payment_total across currencies, chart conversion volume per day, and pivot fluentform_entry_details into chartable dimensions.

♾️ Lifetime License available

SleekView Charts dashboard for Fluent Forms

Submission and payment data as live cards

Fluent Forms keeps submissions in fluentform_submissions with payment, geo, and device fields as first-class columns: country, city, browser, device, payment_status, payment_total, currency. The default admin lists submissions per form, but the same columns are exactly what a dashboard needs as group-by options.

SleekView Charts reads fluentform_submissions directly and exposes every native column as a chartable dimension. Pivot fluentform_entry_details for form-specific fields when needed, but most operational charts (volume per country, payment status mix, mobile versus desktop submissions) need only the columns already on the submissions table — no joins, no pivots, indexed queries.

Charts share dataset and saved filters with Table and Kanban views, so a country chart and a country-filtered submission list live in the same saved view. Switch tabs to drill from aggregate to row.

Workflow

From per-form admin to cross-form dashboard

1

Pick fluentform_submissions

Choose it as the chart dataset. SleekView joins fluentform_forms for form names so the form group-by uses readable labels.
2

Group by native columns

Country, browser, device, payment_status, currency, and form_id are all native columns. Pick a card type and a group-by; SleekView builds the query.
3

Add a time-series

Group by created_at for daily, weekly, or monthly submission and revenue trends. Stack by payment_status to see paid versus failed over time on one chart.
4

Save and scope

Save as a named view (Sales dashboard, Finance ops, Form audit) and scope per role. Filters cascade to every card on the view.

Sample dashboard

Charts you can build from Fluent Forms data

Four cards using payment, geo, device, and time-series fields that already exist on fluentform_submissions. No joins needed for the operational views.
Number · Default

Total revenue

Sum of payment_total across paid submissions in the active filter window. Filter to one currency to keep the number meaningful for reconciliation.
Sum(payment_total)
Pie · Active donut

Payment status mix

Distribution of paid, failed, and unpaid submissions. Pair with a date filter for per-period mix tracking on payment forms.
Count group by payment_status
Bar · Horizontal

Submissions by country

Ranked count of submissions per country, pulled directly from the country column on fluentform_submissions. No join, no scripting.
Count group by country
Area · Gradient

Submissions over time

Daily submission count trend across all forms. Pair with a form_id filter to track a specific campaign or product launch.
Count group by created_at

Comparison

Default Fluent Forms reporting vs SleekView Charts

Default Fluent Forms reports tab

  • Reports are scoped per form, not cross-form
  • Country, device, and browser columns aren't pre-built dashboard groupings
  • Filter chips on the reports don't persist as saved views
  • Pivoting fluentform_entry_details for chartable dimensions isn't built in
  • Sharing a dashboard with a specific role isn't first-class

SleekView Charts

  • Number, Pie, Bar, and Area cards on fluentform_submissions
  • Group by country, browser, device, payment_status, form_id, or currency
  • Sum payment_total and total_paid across submissions
  • Pivot fluentform_entry_details for form-specific dimensions
  • Cascading filters across every card on the view

Features

What SleekView Charts gives you for Fluent Forms

Geo charts without joins

country and city are native columns on submissions. Group a bar chart by country in one click; no IP lookups, no external geo services.

Payment aggregates

Sum payment_total by currency, count payment_status values, average total_paid across submissions. Combine with a date range for period-over-period revenue reads.

Device and browser splits

Group by device or browser to chart mobile versus desktop submission share, or to spot a sudden browser-specific drop suggesting a front-end regression.

Audience

Who builds Fluent Forms charts dashboards with SleekView

Finance operations

Revenue dashboards by currency, gateway, and date. Sum payment_total on paid status, chart failed-payment counts, and reconcile against Stripe payouts.

Growth teams

Country and device dashboards reveal which regions and platforms convert best. Pair with submission trend to time campaigns against actual volume.

Form admins

Submission counts per form, paid versus unpaid mix, and per-form abandonment patterns. Catch dormant forms before clients escalate.

The bigger picture

Why native columns deserve a chart layer

Fluent Forms is fast precisely because the schema splits operational metadata from per-field values: country, device, browser, payment_status, and payment_total live on fluentform_submissions directly, while form-specific fields go to fluentform_entry_details. That design makes the database scale, and it makes the same columns ideal group-by dimensions for a chart layer. Geo charts, device splits, payment mixes, and revenue sums are all queries against one indexed table.

The Reports tab handles per-form basics, but cross-form dashboards, currency-aware revenue sums, and device-specific submission trends need a real charts surface. SleekView Charts treats those columns as first-class dimensions: pick a card type, pick a group-by, pick an aggregation, and the dashboard exists. Same data, same hooks, far fewer screens to maintain.

Questions

Common questions about SleekView Charts for Fluent Forms

Yes. fluentform_transactions and fluentform_subscriptions are exposed as separate chart datasets. Build a transactions dashboard for refund and chargeback audits, or a subscriptions dashboard for renewal status mix, with each table's columns as group-by options.

 

Yes for low-cardinality keys (dropdown selections, status fields, radio buttons). The pivot runs at query time so new fields show up immediately. Free-text fields produce too many distinct values to chart usefully and are better left to the table view.

 

Geo fields are populated from the IP at submission time by Fluent Forms itself. Accuracy depends on which version of the plugin captured the data — older entries may have nulls if the feature wasn't enabled then. SleekView surfaces whatever's in the column; it doesn't re-resolve historical IPs.

 

The base submissions table exists in the free version. Payment columns, conversational forms, and certain integrations are pro features, so a payment-focused dashboard needs Pro to have data in payment_total and payment_status. SleekView reads whatever the plugin populates, regardless of edition.

 

Numeric sums treat payment_total as a number regardless of currency, so a multi-currency sum mixes EUR, USD, GBP into one figure. Filter or group by currency to keep per-currency sums separate, which matches how finance reconciles against gateway payouts.

 

Deleted submissions disappear from the source table, so they drop out of charts automatically on the next refresh. There's no cached aggregate to clean up. Trashed entries (soft-deleted) can be included or excluded per view depending on whether the team wants audit visibility into trashed rows.

 

Aggregations run as SELECT ... GROUP BY queries against indexed columns. Performance scales with the index on the group-by column, not just total row count, so grouping by form_id, created_at, or payment_status stays fast on millions of rows when the indexes are healthy.

 

Saved views have a stable identifier that's shareable inside WP Admin to anyone with the right capability. Anonymous-public sharing isn't part of the design; charts always render inside the admin so the same role and capability checks apply.

 

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