✨ 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 HTML Forms: submissions as a real dashboard

HTML Forms writes every submission to hf_submissions with form_id, data, ip_address, user_agent, referer_url, and submitted_at on every row, and registers each form as the html-form custom post type. SleekView Charts reads those rows and builds submission KPIs, per-form donuts, top-referrer bars, and daily trends inside WordPress.

♾️ Lifetime License available

SleekView Charts dashboard for HTML Forms

Read your HTML Forms submissions as charts, not a paged table

HTML Forms already has the data. Every submission lands in hf_submissions with id, form_id, JSON-encoded data, ip_address, user_agent, referer_url, and submitted_at on every row. Each form itself lives in wp_posts as the html-form custom post type, so resolving form_id to a readable form name is a normal join. The default Submissions tab shows a paged table with field columns and a timestamp.

SleekView Charts reads the same hf_submissions table and turns it into chart cards on a single dashboard. A Number card counting submissions for this month from submitted_at, a Donut splitting submissions by form_id across the forms you publish, a Bar of the top referer_url domains driving traffic to forms, and an Area chart of daily submissions across the selected range. Each card is a saved query against the live table, not a screenshot.

This is not an HTML Forms replacement. The plugin still owns the form rendering, the actions on submit, and the email notifications. SleekView Charts adds the reading layer site owners actually need: submissions per form, referrer split, daily trend, and per-field dimensions from the JSON data column on one screen, scoped per role, embeddable on a frontend page for stakeholders who should not need admin access.

Workflow

From hf_submissions to a chart dashboard in four steps

1

Point SleekView at HTML Forms

Add a SleekView data source for hf_submissions and the html-form post type. SleekView resolves form_id against wp_posts so each chart card shows readable form names instead of raw IDs.
2

Switch the view to Charts

Flip the SleekView view from Table to Charts. SleekView creates a blank dashboard ready for cards built on the hf_submissions columns: form_id, submitted_at, referer_url, ip_address, user_agent, and the JSON data field.
3

Add chart cards

Pick a chart type, a grouping column (form_id, referer_url, submitted_at, or a JSON path inside data), and an aggregation. Each card becomes a saved query against hf_submissions with optional joins to wp_posts.
4

Save and share the dashboard

Save the chart view, scope it per role for marketers, support teams, and admins, and optionally embed it on a frontend page so stakeholders see live submissions without WordPress admin access.

Sample dashboard

Charts you can build from HTML Forms data

Four cards that turn the hf_submissions table into a working submissions dashboard inside WordPress.
Number · Default

Submissions this month

A single big-number KPI counting rows in hf_submissions where submitted_at falls inside the current month, with the previous month underneath for context, so the team sees overall form engagement at a glance.
Count
Pie · Donut

Submissions by form

A donut split across each form by form_id from hf_submissions, joining to wp_posts where post_type is html-form so each slice shows a readable form name rather than a numeric ID.
Count group by form_id
Bar · Horizontal

Top referrer domains

A horizontal bar of the top referrers by submission count, grouping hf_submissions on the host portion of referer_url, useful for spotting which landing pages and external sites drive form completions.
Count group by referer_url
Area · Gradient

Daily submissions

A gradient area chart of submissions per day sourced from submitted_at on hf_submissions, useful for spotting weekday patterns, post-launch spikes, and the impact of email campaigns or new placements.
Count group by submitted_at

Comparison

Default HTML Forms Submissions tab vs SleekView Charts

Default HTML Forms admin

  • The Submissions tab is a paged table of hf_submissions rows with no aggregated summary
  • No side-by-side view of submissions by form, by referrer, and daily trend on one screen
  • JSON answers inside the data column cannot be charted as their own dimensions
  • No saved dashboards per role for marketers, support teams, and admins
  • No frontend embed for stakeholders without WordPress admin access

SleekView Charts

  • Configurable chart cards built directly from the hf_submissions table
  • Resolve form_id against the html-form post type for readable names
  • Group by host portion of referer_url for clean top-referrer bars
  • Pivot fields inside the JSON data column into chartable dimensions
  • Embed any saved chart view on a frontend page with role-based access

Features

What SleekView Charts gives you for HTML Forms

Real chart cards on submissions

Number, Pie, Bar, Line, and Area cards built directly from the hf_submissions columns and the JSON data field, no custom SQL needed.

Referrer-aware analytics

SleekView extracts the host from referer_url and groups submissions by domain, so top-referrer bars work cleanly even when query strings vary.

Role-scoped sharing

Save dashboards per role and embed them on frontend pages so marketers, support teams, and admins each see only the slice you allow.

Audience

Who builds HTML Forms submission dashboards with SleekView

Marketing teams

Track the daily submissions area and the top-referrer bar to see which landing pages and external campaigns actually drive form completions.

Support teams

Watch the submissions-by-form donut and the daily area to know when contact and feedback forms spike, so staffing follows real demand.

Site admins

Monitor submission spikes per form and per referrer to spot spam waves and broken form placements early, before they fill the inbox.

The bigger picture

Submissions should fit on one screen, not a paged table

HTML Forms stores data well. Every submission lands in hf_submissions with form_id, JSON-encoded data, ip_address, user_agent, referer_url, and submitted_at on every row, and each form lives as a normal html-form post in wp_posts. The reading side is still the per-form Submissions tab, so seeing total volume alongside per-form split, top referrers, and daily trend usually means clicking through several screens or exporting CSVs.

SleekView Charts reads the same hf_submissions table and turns it into chart cards on a single saved dashboard. Marketing sees the daily area and the top-referrer bar. Support sees the submissions-by-form donut.

Admins see the spike alerts and per-form volume. HTML Forms keeps owning the form rendering and the actions on submit; SleekView Charts adds the flexible reading layer that an actual team can share, scope per role, and embed on a frontend page for stakeholders who should not need admin access.

Questions

Common questions about SleekView Charts for HTML Forms

No. HTML Forms still owns the form rendering, the actions on submit (email, redirect, custom), and the email notifications. SleekView Charts is a reading layer on the hf_submissions table for the dashboards the default Submissions tab does not lay out.

 

SleekView reads hf_submissions for the submission rows with id, form_id, data, ip_address, user_agent, referer_url, and submitted_at, plus the html-form post type in wp_posts to resolve form_id to readable form names.

 

Yes. The form_id column on hf_submissions is a regular chartable dimension, so a donut or horizontal bar grouped by form_id gives the per-form view, with names resolved via the html-form custom post type.

 

Yes. SleekView extracts the host portion of referer_url so the top-referrer bar shows clean domain names instead of full URLs with query strings. Cards can also group by the raw referer_url if needed.

 

Yes. SleekView pivots configured JSON paths inside the data column into chartable dimensions, so a country field or a category dropdown collected by the form becomes a regular column for Pie, Bar, and Number cards.

 

Yes. Saved chart views support role-based visibility so marketers, support teams, and admins each see only the dashboards you allow. The same dashboard can expose a per-form slice to that form's owner.

 

Yes. Any saved chart view can be embedded on a frontend page with role-based access, so stakeholders and support staff read live submissions without WordPress admin. Front-end embeds respect the same per-role filters as the admin view.

 

Cards paginate and aggregate against the existing indexes on id, form_id, and submitted_at in hf_submissions, so dashboards stay quick even on sites with tens of thousands of submissions per month, with JSON path extraction only running on cards that need it.

 

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