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

Read directly from everest_forms_entries and everest_forms_entrymeta, pivoting per-field values into named columns. Build cross-form inboxes, audit views, and bulk-edit triage state without per-entry click-through.

♾️ Lifetime License available

SleekView table view for Everest Forms Pro

Entries as a workspace, not a per-form list

Everest Forms Pro persists submissions in everest_forms_entries with per-field values written long-format to everest_forms_entrymeta. The default Entries screen displays per-form lists with a fixed column set and surfaces field values only inside the per-entry detail view. Cross-form triage, payment-status filters, and bulk read/starred operations all require either custom code or a stack of browser tabs.

SleekView reads both tables and pivots everest_forms_entrymeta at query time, so each entry is a row with named columns drawn from the form's field labels. Add form_id as a column and you have a unified inbox across every form on the site. Filter by status, submission date, or any pivoted field value, then save the filter as a view so it loads instantly the next morning.

Inline edits route through Everest Forms' admin APIs where supported, with direct writes plus conflict detection for the field types the API does not fully expose. The result is a table that behaves like a database admin tool while still firing the plugin's own hooks for downstream integrations.

Workflow

From per-form list to cross-form workspace

1

Point at everest_forms_entries

Pick everest_forms_entries as the base. SleekView joins against the form definitions so the column chooser knows your real form schema.
2

Pivot entrymeta into columns

Add any meta_key from everest_forms_entrymeta as a column. The pivot runs at query time so new fields show up immediately, no rebuild step required.
3

Filter across forms

Combine form_id, status, submission date, and pivoted field filters in one saved view. The same engine drives unified inboxes and per-form audit screens.
4

Bulk-edit triage state

Mark entries read or starred, flip status, edit pivoted values. The plugin's update API handles validation; conflicts are flagged before write.

Sample columns

A typical Everest Forms Pro entries view

Cross-form entries with the pivoted field values from everest_forms_entrymeta rendered as named columns.
Source: wp_everest_forms_entries + wp_everest_forms_entrymeta
Entry # Form Submitted Email Subject Status
#604 Contact Apr 24 alex@studio.co Demo request Unread
#603 Support Apr 24 ria@design.io Login issue Read
#602 Quote Apr 23 tom@hello.dev Custom build Read
#601 Contact Apr 23 mia@brew.coop Press inquiry Spam

Comparison

Default Everest Forms admin vs SleekView

Default Everest Forms admin

  • Entries are scoped per form, with no cross-form view by default
  • Field values from everest_forms_entrymeta only show inside the per-entry detail view
  • Bulk-toggling read/starred status means clicking each entry's actions
  • Custom column sets are limited and can't be saved as named team views
  • Filtering by status + date + form together is not a first-class workflow

SleekView

  • Cross-form entry table with form name as a column
  • Pivot everest_forms_entrymeta into typed columns automatically
  • Inline-toggle status, starred, and read across many entries
  • Filter by form_id, date, and pivoted field values together
  • Save filtered views per workflow and scope them per WordPress role

Features

What SleekView gives you for Everest Forms Pro

Pivot entrymeta into columns

Per-field values stored long-format in everest_forms_entrymeta roll into named columns at query time, so each entry is one readable row instead of a JSON-style dump.

Compose filters across forms

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

Bulk inline-edit triage state

Mark entries read or starred, change status, edit field values directly from the table. Everest Forms' admin APIs handle validation and registered hooks fire as expected.

Audience

Who uses SleekView for Everest Forms Pro

Sales & support

All inbound entries in one cross-form table, filtered to unread plus last seven days. Starred entries stay visible across triage sessions; stale items get bulk-archived weekly.

Operations

Audit which forms get submissions and which sit idle. A view grouped by form_id with a count column surfaces stale forms that should be retired or fixed.

Moderation

Filter spam-flagged entries across forms, review patterns in the pivoted field columns, and bulk-resolve in one pass. Catch new spam vectors before they bury the inbox.

The bigger picture

Why cross-form views beat per-form lists

Everest Forms Pro scales by storing every submission and field as a row, which is the right design for any forms plugin meant to cover the entire WordPress install. The cost shows up when an operator wants to see entries across forms, filter on a value that is two joins away, or bulk-update a status across yesterday's submissions. The default Entries screen assumes one form is the unit of work, which is fine for a tiny site and painful at thirty active forms.

SleekView reads the same tables and lets you compose views per workflow instead of per form. Sales gets a unified inbox. Operations gets a per-form audit.

Moderation gets a spam queue. None of them require new database tables or custom plugins; the schema already supports the question, the UI just did not. SleekView is the table view that the schema deserves.

Questions

Common questions about SleekView for Everest Forms Pro

Yes for the full feature set. The free Everest Forms plugin stores entries in everest_forms_entries and everest_forms_entrymeta too, but several Pro add-ons (Multi-Part Forms, Conversational Forms, Payments) add meta keys that SleekView surfaces as columns. The Pro license is what unlocks those extra fields on the source side.

 

Yes. SleekView writes back through Everest Forms' entry-update API where the field type supports it, so validation and registered hooks behave the same as a normal entry edit. For low-level fields the API does not expose, direct updates to everest_forms_entrymeta happen with conflict detection.

 

SleekView reads the unique meta_key values in everest_forms_entrymeta for entries in the selected scope and exposes each as an addable column. The pivot runs at query time using a join, so new form fields surface immediately as the column picker rescans.

 

Yes. Add form_id as a column, then either filter on a subset of forms or leave it open for a unified inbox. For cross-form views, only meta keys present on multiple forms become useful columns; SleekView shows which keys belong to which form so column choices stay sensible.

 

Yes. Payment-related fields write to everest_forms_entrymeta like other field types, so payment status, gateway, and amount appear as pivotable columns. Reconciliation views with amount and date filters fall out of the same engine, no special handling required.

 

Yes. Save views and scope them per WordPress role or capability. Sales sees a cross-form unread inbox, support sees a starred-and-open view, moderation sees a spam queue. Views are config artefacts and can be versioned in your codebase if you prefer infrastructure-as-code.

 

Everest Forms stores entry notes inline with the entry detail rather than as a separate first-class table for all versions. Where the notes data is available, SleekView exposes it as a related view with note count as a column and the thread visible on row expansion. Where it is not, the row-detail panel still surfaces the data the API returns.

 

Bulk delete from a SleekView row routes through the Everest Forms admin API so its standard deletion hooks fire, including any cleanup logic registered by add-ons. A filtered view for a single email address makes data-subject access requests a two-click export plus a one-click bulk delete.

 

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