SleekView for Forminator Pro: submissions as customizable tables
Reads from frmt_form_entry and pivots frmt_form_entry_meta into proper columns. Filter by form, payment state, and meta field across the entire site in one view.
♾️ Lifetime License available
Submissions as a real table, not per-form modals
Forminator Pro stores submissions in frmt_form_entry, with field values in frmt_form_entry_meta using a long-format key/value layout. The default admin lists submissions per form and opens each one in a modal to reveal the field values, so reading more than a handful is slow. Cross-form filters, payment-state audits, and bulk-archive of old leads are all gaps you'd otherwise close with custom code.
SleekView reads both tables together and pivots frmt_form_entry_meta at query time using the field configuration from frmt_form_entry's parent post (Forminator stores form definitions as a CPT). Each submission becomes one row with named columns sourced from the field labels in the builder. Add form_id as a column and the per-form silo collapses into one workspace.
Filter by date_created, entry_type, payment-status meta, or any field meta in combination, then save the result as a named view scoped to a role. Edits route through Forminator's entry update path where supported, with direct writes to frmt_form_entry_meta as a fallback for the field types it doesn't fully expose.
Workflow
From Forminator submissions to a real table
Pick frmt_form_entry as the source
entry_type and the parent CPT post, so the column chooser knows which fields each form has.
Pivot meta into columns
frmt_form_entry_meta as a typed column. Payment status, file uploads, and quiz scores all become first-class fields.
Combine filters across forms
form_id, entry_type, date_created, and meta-level filters in one saved view. Scope the view to roles so marketing, finance, and admins each see their own slice.
Edit inline or in bulk
Sample columns
A typical Forminator Pro submission table
frmt_form_entry_meta into proper columns so you stop opening one modal at a time.
wp_frmt_form_entry + wp_frmt_form_entry_meta
| Entry | Form | Created | Amount | Status | |
|---|---|---|---|---|---|
| #902 | Contact | Apr 24 | alex@studio.co | New | |
| #901 | Quiz | Apr 24 | ria@design.io | Scored | |
| #900 | Order | Apr 23 | tom@hello.dev | £42.00 | Paid |
| #899 | Order | Apr 23 | mia@brew.coop | £42.00 | Failed |
Comparison
Default Forminator Pro admin vs SleekView
Default Forminator Pro admin
- Submissions are scoped to one form at a time with a modal-per-entry workflow
-
Field values stay in long format in
frmt_form_entry_metauntil pivoted - Bulk delete is supported but bulk status edits are not first-class
- Cross-form payment audits aren't part of the stock admin
-
Quiz and poll
entry_typevalues share the table but aren't easy to filter together
SleekView
-
Cross-form submission table with
form_idandentry_typeas columns -
Pivot
frmt_form_entry_metainto typed columns automatically -
Filter by
date_created, payment status, quiz score, and any meta key together - Inline-edit field values and statuses without opening a modal
- Save filtered views per role and per workflow
Features
What SleekView gives you for Forminator Pro
Pivot meta values into columns
Forminator stores field values as one row per field in frmt_form_entry_meta. SleekView pivots them at query time so each entry is one row with named columns.
Mix form, type, and meta filters
Combine form_id, entry_type (form, quiz, poll), date_created, and payment-status meta in a single saved view. Cross-product audits become a one-click move.
Inline-edit submission state
Update meta values, archive entries, and flip payment status across many rows. Forminator's entry API handles validation; conflicts surface inline before the write.
Audience
Who uses SleekView for Forminator Pro
Marketing and support
All inbound submissions in one cross-form table, filtered by date_created and form. Star priority leads, bulk-archive stale entries once the campaign closes.
Quiz and poll teams
Quiz submissions filtered by score range, poll responses aggregated by option. Spot patterns across campaigns without exporting to a spreadsheet.
Finance
Paid order submissions by date range, payment amount as a sortable column. Export the filtered set for reconciliation against Stripe and PayPal payouts.
The bigger picture
Why Forminator submission triage needs a table view
Forminator Pro covers a wide range of input collection on WordPress, from contact forms to quizzes, polls, and payment forms. The long-format storage in frmt_form_entry_meta makes the schema flexible, but it also means the default admin shows one entry at a time in a modal. That works for low-volume sites and stops working as soon as a team needs cross-form audits, paid-order reconciliation, or quiz-score analysis.
Marketing teams want every inbound lead in a single inbox; finance wants paid orders across all payment-enabled forms; admins want to spot abandoned forms before they hurt conversions. None of those are easy without exports or custom SQL. SleekView treats frmt_form_entry as a queryable source where pivots are cheap and filters compose, which turns Forminator's per-form modal flow into a cross-form workspace anyone can use.
Questions
Common questions about SleekView for Forminator Pro
Yes. Quizzes, polls, and standard forms all live in frmt_form_entry with entry_type distinguishing them. SleekView treats entry_type as a first-class filter so you can audit quiz scores, poll tallies, and form submissions in one workspace or split them out.
Yes. SleekView writes through Forminator's entry update path for the field types it supports (text, email, number, select, checkbox, date). For field types the API doesn't fully expose, SleekView writes directly to frmt_form_entry_meta with conflict detection on the row timestamp.
SleekView reads unique meta_key values for entries in the selected form (or across forms) and exposes each as an addable column. The pivot uses a join at query time, so new fields show up immediately without a rebuild step.
Yes. Add form_id as a column and either filter to a subset of forms or leave it open. Only meta keys shared across the selected forms make useful columns; SleekView labels which keys belong to which form so the chooser stays readable.
Payment field values (Stripe, PayPal, transaction IDs, status) live in frmt_form_entry_meta as meta keys. SleekView surfaces them as sortable, filterable columns. Cross-form payment audits filter on the payment-status meta without per-form scripting.
Upload-field meta stores the file URL or attachment ID. SleekView renders these as a filename cell linked to the file or media library, and the filter "has attachment" works directly on the meta presence.
 
Yes. Forminator's per-form data retention and GDPR settings affect frmt_form_entry directly (rows get deleted or anonymised). SleekView reflects the resulting state in its tables, so anonymised entries appear with the placeholders Forminator applied.
SleekView paginates the join between frmt_form_entry and frmt_form_entry_meta at the server, applying filters before fetching meta rows. For very large tables, scope your view by date range first and the column chooser only inspects meta keys in that window for responsiveness.
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.
Lifetime ♾️
Most popular
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
€749
Continue to checkoutBrowse more
- Edd Stripe Pro
- Woocommerce Purchase Order Gateway
- Woocommerce Firstdata
- Product Vendors Marketplace
- Woocommerce Dokan Pro
- Woocommerce Variation Stock
- Woocommerce Sezzle
- Wcfm Delivery
- Ecwid
- Woocommerce Conditional Shipping
- Woopayments
- Woocommerce Paypal Checkout
- Woocommerce Checkout Fees
- Woocommerce Eparcel
- Woocommerce Mix And Match