✨ 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 Ninja Forms Conditional Logic: rule trigger dashboards

Group nf_sub submissions by conditional path meta, count rule matches per form, slice triggered actions by name, and chart conditional volume per day without trawling individual entry screens.

♾️ Lifetime License available

SleekView Charts dashboard for Ninja Forms Conditional Logic

Conditional paths as cards, not entry inspectors

Ninja Forms stores each submission as an nf_sub custom post, with field values rolled out into postmeta. The Conditional Logic extension steers which fields show, which actions fire, and which redirect path the entry follows, recording the matched conditions and triggered actions in entry meta keys like _triggered_actions. Useful, until the team wants to know which conditions actually match across a week.

SleekView Charts treats nf3_submissions as the dataset and exposes the conditional logic meta as first-class columns. Count submissions that matched a given condition, group by _form_id to rank forms by conditional volume, split by triggered action name to see which actions fire most, and slice by post_date for daily trends. Filters set at the view level cascade to every card so the dashboard reads as one logic report.

Charts share filters and saved views with Table mode, so jumping from a Bar of busy conditions to the entries behind them is one tab. On a site with complex multi-branch logic, the indexed nf3_submissions queries Ninja Forms already runs keep cards responsive without exporting entries to a spreadsheet.

Workflow

From conditional meta to a real logic dashboard

1

Point Charts at nf_sub

Pick the nf_sub post type as the dataset. SleekView discovers conditional logic meta keys like _triggered_actions and matched-condition flags on each entry's postmeta, exposed as group-by options.
2

Add chart cards

Drop a Number for total entries that triggered a rule, a Bar of conditional matches per form, a Pie of triggered action mix, and an Area of conditional hits per day. Each card scopes to the same filter.
3

Filter once, chart everywhere

Apply a date range or scope to one form at the view level and every conditional card updates together. No per-card filter setup and no widget drift when the team narrows to a single campaign or one complex form.
4

Share by saved view

Save dashboards as Logic ops or Conditional audit and scope per WordPress role. Workflow managers see the global trend, form admins see per-rule ranking, and editors stay on the forms they own.

Sample dashboard

Charts you can build from Ninja Forms conditional logic

Four cards covering total rule hits, conditional matches per form, action trigger mix, and daily logic activity, all sourced from nf3_submissions and conditional meta.
Number · Default

Total conditional matches

Big-number KPI counting nf_sub entries whose _triggered_actions meta is non-empty across the active filter window, with the previous window for context so the team sees logic activity at a glance.
Count
Bar · Horizontal

Conditional matches per form

Horizontal bar of submissions with conditional matches per _form_id, joined to nf3_forms for the readable form title so admins rank which forms exercise logic most.
Count group by _form_id
Pie · Donut

Triggered action mix

Donut over individual action names parsed from the _triggered_actions meta on nf_sub, showing which conditional actions like Email, Redirect, or Webhook fire most across the active scope.
Count group by triggered_action_name
Area · Gradient

Conditional hits per day

Gradient area chart of conditional-match entries per day from post_date on nf_sub, useful for spotting campaign rhythm and validating that new logic rules actually fire on submissions.
Count group by post_date

Comparison

Default Ninja Forms submissions vs SleekView Charts

Default Ninja Forms Submissions screen

  • Submissions screen lists rows with no per-rule aggregate
  • Triggered actions live in entry meta, hidden behind individual entry pages
  • No cross-form view of conditional logic volume
  • Daily or weekly conditional activity isn't visualized out of the box
  • No saved dashboards per role for workflow versus form admins

SleekView Charts

  • Number, Bar, Pie, and Area cards over nf3_submissions in one view
  • Group by _form_id, triggered action name, or post_date
  • Count rule matches, average per day, rank forms by logic activity
  • Filters cascade across every card on the same dashboard
  • Shares dataset and saved views with Table and Kanban modes

Features

What SleekView Charts gives you for Ninja Forms Conditional Logic

Triggered actions as columns

SleekView reads _triggered_actions from nf_sub postmeta and exposes parsed action names as group-by and aggregation fields, so each conditional rule becomes a measurable dimension on the dashboard.

Group by every logic dimension

Form ID, triggered action name, matched condition flag, submission date, and any custom meta become group-by options, so workflow ops builds the cards they would otherwise scrape from individual entries.

Filters apply to every card

Set a date range or one form once and every conditional card scopes to the same slice, with no drift between widgets when the team narrows to a single multi-branch form or campaign window.

Audience

Who builds conditional logic dashboards with SleekView

Workflow ops

Watch total conditional volume, rank busiest rules, and confirm that newly added logic actually fires on submissions instead of sitting unused in form settings.

Form admins

Audit per-form rule activity, find rules that never match, and validate that the conditional logic surfaces the right downstream actions for the team.

Editors

Filter to the forms they own, watch which conditional rule fires most during a campaign, and ensure their multi-branch flow actually steers submissions where intended.

The bigger picture

Why Ninja Forms conditional logic deserves charts

Ninja Forms Conditional Logic is the quiet engine behind branching forms. It shows and hides fields, fires the right notifications, and steers each submission down the right path. Yet the Submissions screen lists rows without distinguishing which conditions fired.

The triggered actions meta exists, the form ID exists, the post_date column exists, but the total count of rule matches per week stays invisible without manual export. Workflow teams want busiest-rule dashboards. Form admins want unused rules surfaced.

Editors want confirmation their branches actually run on real submissions. None of these are exotic. They are aggregations over rows Ninja Forms already writes and meta the extension already saves.

SleekView Charts treats both as data and turns conditional logic from a hidden engine into a visible dashboard.

Questions

Common questions about SleekView Charts for Ninja Forms Conditional Logic

Yes. The Conditional Logic extension writes triggered action records and matched condition flags to postmeta on each nf_sub entry, alongside the form ID and submission date. SleekView discovers those keys and exposes them as group-by and aggregation options on the submissions dataset.

 

Yes. A horizontal Bar grouped by _form_id on entries with non-empty _triggered_actions meta surfaces which forms exercise conditional logic most. Pair with a date filter to compare logic activity across launch windows or campaigns.

 

_triggered_actions stores the action names that fired on each entry. Group a Pie or Bar by that parsed value to see Email, Redirect, Webhook, and other conditional actions split across the active scope, so the team can pin down which downstream actions actually run.

 

Aggregations run as SELECT ... GROUP BY against indexed columns on nf3_submissions and the related postmeta. Card render time scales with the cardinality of _form_id or the parsed action name, not raw row count, so heavy submission histories stay responsive.

 

Cards re-query on view load and on filter change. Set a refresh interval per view if a workflow dashboard needs near-live numbers during a campaign. Idle dashboards don't poll, so a closed view doesn't add database load to a busy site.

 

Yes. Save views and scope per WordPress role or capability. Workflow managers see global logic activity, form admins see per-rule ranking, and editors see only the forms they own. Each user keeps their personal filters between visits.

 

SleekView counts entries that actually carry the new triggered-action name, so older submissions before the rule existed don't pollute the totals. Filter to the activation date to see the new rule's trigger rate cleanly versus the rest of the logic.

 

Each card exports its aggregated rows as CSV with the group-by labels and the aggregate values. Useful for sharing per-rule volume with the workflow owner, archiving the monthly conditional summary, or feeding the numbers into a separate report.

 

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