✨ 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 for Caldera Forms Pro: entries as customizable tables

Read from cf_form_entries and pivot cf_form_entry_values into named columns. Build cross-form triage views, audit entry status, and bulk-edit fields without per-entry click-through, even on legacy installs where Caldera is in maintenance mode.

♾️ Lifetime License available

SleekView table view for Caldera Forms Pro

Long-format entries as a real table, finally

Caldera Forms stores each submission as a row in cf_form_entries with field values rolled out long-format into cf_form_entry_values: one row per field per entry, keyed by slug. The default admin is built around per-form lists with a fixed column set, so anything beyond the basics (cross-form aggregation, filters on a field value, bulk read/starred edits) means custom code or CSV export.

SleekView reads both tables and pivots cf_form_entry_values at query time. Each entry becomes one row with named columns drawn from the form's field slugs, and the plugin's status (active, pending, trash) becomes a filterable, inline-editable column. Add form_id as a column for a unified inbox across every form Caldera still serves on the site.

Inline edits route through Caldera's entry-update functions where available, with conflict-detected direct writes for the gaps. This matters specifically because the plugin is in long-term maintenance mode (no longer actively developed): teams who depend on existing Caldera installs need a way to operate them without waiting on upstream features that are not coming.

Workflow

From key/value rows to a real entries table

1

Point at cf_form_entries

Pick cf_form_entries as the base. SleekView joins cf_form_entry_values and reads the form definitions so the column picker knows your real field slugs.
2

Pivot the value rows

Add any slug from cf_form_entry_values as a column. The pivot runs at query time so even hand-edited forms still surface their fields correctly.
3

Compose filters

Combine form_id, status, submission date, and pivoted-value filters in one saved view. Per-form audits and cross-form inboxes use the same engine.
4

Edit and bulk-act

Move entries to trash or restore them, edit field values, change status across many rows. Caldera's entry functions handle the state change; direct writes use conflict detection.

Sample columns

A typical Caldera Forms entries view

SleekView pivots cf_form_entry_values into named columns so each entry is one row instead of many {slug, value} pairs.
Source: wp_cf_form_entries + wp_cf_form_entry_values + wp_cf_form_entry_meta
Entry # Form Submitted Email Subject Status
#522 Contact Apr 24 alex@studio.co General Pending
#521 Quote Apr 24 ria@design.io Bulk order Active
#520 Contact Apr 23 tom@hello.dev Support Active
#519 Newsletter Apr 23 mia@brew.coop Signup Trash

Comparison

Default Caldera Forms admin vs SleekView

Default Caldera Forms admin

  • Entries are scoped per form, with no cross-form view by default
  • Field values live long-format in cf_form_entry_values, invisible until you build a custom view
  • Bulk-changing status across forms requires repeated per-form actions
  • Filtering by field-value plus status plus date together is not first-class
  • Caldera is in maintenance mode with no upstream feature work coming

SleekView

  • Cross-form entry table with form name and field values as columns
  • Pivot cf_form_entry_values into typed columns automatically
  • Inline-change status (active, pending, trash) across many rows
  • Filter by form_id, status, date, and pivoted field values together
  • Operate a maintenance-mode plugin without waiting on upstream features

Features

What SleekView gives you for Caldera Forms Pro

Pivot long-format values

cf_form_entry_values stores one row per field per entry. SleekView pivots those into named columns at query time, so each entry reads as one row instead of a key/value list.

Compose filters Caldera does not

Combine form_id, status, submission date, and any pivoted field value in a saved view. Cross-form inboxes and per-form audit screens share the same engine.

Bulk move entries to trash

Change status across many rows, restore from trash, or permanently delete in bulk. Caldera's entry-update functions handle the state change so anti-spam hooks fire normally.

Audience

Who uses SleekView for Caldera Forms Pro

Legacy site operators

Run a daily triage view across all Caldera forms still in production. Filter to pending plus last seven days, bulk-mark spam as trash, keep a maintenance-mode plugin operationally tolerable.

Migration planners

Audit which forms still receive entries and at what volume. A view grouped by form_id with a count column reveals which forms must migrate first and which can be retired cleanly.

Compliance & retention

Filter entries older than your retention window and bulk-trash them. Export the deletion log before removal for audit trail. cf_form_entry_meta is exposed for any GDPR-relevant flags.

The bigger picture

Why a maintenance-mode plugin still needs better tools

Caldera Forms ran for years before the original team moved on, which means thousands of WordPress sites still have it in production with no realistic upgrade path on their immediate roadmap. Migration takes time. Re-platforming form data takes longer.

In the meantime an operator needs to read submissions, change statuses, mark spam, and answer a manager who wants to know how many forms still receive traffic. The default admin was good enough when active development would keep adding to it; in maintenance mode it is fixed in time. SleekView is the layer that lets you keep operating the data while the plugin itself does not change.

Read the same tables, pivot the long-format values, compose filters and saved views, edit inline through the existing entry functions. Treat a stable schema as a stable contract, and build the operational tooling on top of it rather than waiting for upstream releases that will not arrive.

Questions

Common questions about SleekView for Caldera Forms Pro

Yes, that is exactly the case it is designed for. Teams on existing Caldera installs cannot rely on new upstream features but still need to operate the data. SleekView reads the existing tables and gives them tooling that the unmaintained admin lacks, while they plan a migration on their own timeline.

 

Yes. SleekView routes through Caldera's entry-update functions where available, so registered actions and filters still fire. For columns the plugin's API does not expose, direct writes to cf_form_entry_values happen with conflict detection on the underlying row.

 

SleekView reads the distinct slug values from cf_form_entry_values for entries in scope and exposes each as an addable column. The pivot runs at query time using a join, so any form's fields surface immediately as you add them to the view.

 

Yes. Add form_id as a column and either filter to a subset of forms or leave it open for a unified inbox. Shared field slugs across forms become useful cross-form columns; per-form-unique slugs are still available when scoped.

 

Yes. cf_form_entry_meta is exposed as a filterable source, so any add-on or custom code that stored extra entry-level data is visible. Notes, if present in a custom table or in meta, can be added as a related view with note count as a column.

 

Anti-spam decisions usually wrote either a status change to cf_form_entry or a meta row to cf_form_entry_meta. SleekView surfaces both, so a spam-flagged view is a filter on status equal to trash plus a meta filter, no scripting required.

 

Yes. Apply your filters, choose the columns to export, and download CSV. Many teams use SleekView as a staging step before migrating to a successor plugin: pivot the long-format values into wide-format rows that import cleanly elsewhere.

 

phpMyAdmin shows raw rows in cf_form_entry_values, which is one record per field per entry. SleekView shows pivoted entries with named columns, status filters, and inline edits that fire the plugin's hooks. Same data, different unit of work.

 

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