✨ 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 JetFormBuilder Pro: form records and payments as tables

JetFormBuilder Pro stores submissions in the jet_fb_records and jet_fb_records_values tables, with payment status tracked on the parent record. SleekView reads both so every form becomes a sortable, filterable, inline-editable admin view.

♾️ Lifetime License available

SleekView table view for JetFormBuilder Pro

See every JetFormBuilder Pro record without opening a single submission modal

JetFormBuilder Pro stores submissions in two tables: jet_fb_records for the parent submission and jet_fb_records_values for each field value, with payment status and gateway transaction IDs on the parent row. The default JetFormBuilder records screen lists submissions per form with a small set of columns and opens a modal to view field values, which makes cross-form review and bulk status changes slow on busy sites.

SleekView reads jet_fb_records and joins jet_fb_records_values on the fly so each form's fields become proper columns. Filter by status, payment state, gateway, or any field value. Sort by submission date or amount. Inline edit the record status and notes through JetFormBuilder's record API so action triggers tied to status changes fire normally, and post-creation actions stay connected to the right post.

Payment add-ons that JetFormBuilder Pro ships with (Stripe, PayPal, WooCommerce) write gateway IDs and amounts onto the same record row, so a single SleekView table can show form submissions next to their payment state without bouncing between two plugins. Saved views per role let support, finance, and content ops each open their own slice of the records, with column sets that match what they actually need.

Workflow

From JetFormBuilder Pro records to one fast admin view

1

Pick a form or scope

Choose one form, a group, or every form. SleekView reads jet_fb_records and the form's field registry to know which columns are available.
2

Compose columns

Drag form fields, payment columns, and post-link columns into the order your workflow needs. The values join only includes the columns you pick.
3

Filter and group

Filter by submission date, payment status, gateway, or any field value. Group by form when scoped wide, or by status when scoped narrow.
4

Edit through JetFormBuilder

Inline edits to status and notes write through JetFormBuilder's record API so action triggers, emails, and webhooks fire normally on each save.

Sample columns

A typical JetFormBuilder Pro records view

Form submissions joined with jet_fb_records_values, payment status and gateway on the parent row.
Source: wp_jet_fb_records + wp_jet_fb_records_values (+ wp_posts for post-creation submissions)
Submitted Form Email Amount Gateway Status
Apr 24 Course signup alex@studio.co €199.00 Stripe Paid
Apr 25 Course signup ria@design.io €199.00 PayPal Pending
Apr 26 Contact tom@hello.dev n/a n/a Completed
Apr 27 Membership mia@brew.coop €49.00 Stripe Failed

Comparison

Default JetFormBuilder Pro admin vs SleekView

Default JetFormBuilder Pro admin

  • Records screen lists submissions per form with a small set of columns
  • Field values live in jet_fb_records_values and open in a modal rather than as inline columns
  • Cross-form review means switching between record screens
  • Bulk status changes on payment records aren't first class on the listing
  • Hard to share a record view scoped per role without custom code

SleekView

  • Every form's fields as sortable columns
  • Joins jet_fb_records_values automatically per form
  • Filter by payment status, gateway, or any field value
  • Inline edit status and notes through JetFormBuilder's record API
  • Saved views per role for support, finance, and content ops

Features

What SleekView gives you for JetFormBuilder Pro

Form fields as columns

SleekView joins jet_fb_records_values on the fly and shows each field as a proper column. Sort and filter without opening a modal for every submission.

Payment state inline

JetFormBuilder Pro payment add-ons write gateway IDs and amounts onto the parent record. SleekView surfaces them next to the form fields in one table.

Inline edit records

Update record status and notes through JetFormBuilder's record API so action triggers tied to status changes continue to fire on every cell edit.

Audience

Who uses SleekView for JetFormBuilder Pro

Support teams

Triage contact and feedback submissions in one table with filters on form and status. The columns surface the field values support needs without opening each record.

Finance and ops

Reconcile paid signups and memberships from jet_fb_records against the gateway. Saved views like Failed Stripe payments this week sit one click away.

Content teams

Review post-creation submissions before they hit publish, with the form fields and the resulting wp_posts row visible side by side.

The bigger picture

Why JetFormBuilder Pro records deserve a real admin table

JetFormBuilder Pro is built around a structured records table, which is a big improvement over plugins that pile everything into postmeta. The default records screen lists submissions per form with a few columns and a per-record modal, which works fine for low volume. Once the site is doing signups, payments, post-creation, or support intake, the per-form modal gets tiring.

Cross-form review involves jumping between screens. Payment status sits on the parent record but isn't easy to filter alongside form fields. Bulk status changes are awkward.

SleekView treats jet_fb_records and jet_fb_records_values like the structured tables they are. Every field becomes a column on demand, payment state filters next to form fields, post-creation submissions link to their wp_posts row, and status changes go back through JetFormBuilder's API so triggers keep firing. The records table stays the source of truth, and the admin view finally catches up to what JetFormBuilder Pro actually stores.

Questions

Common questions about SleekView for JetFormBuilder Pro

Yes. SleekView queries jet_fb_records and joins jet_fb_records_values on demand for the form you're viewing. The values join is lazy so wide forms don't slow the initial query, and pagination uses the same indexes JetFormBuilder uses internally.

 

Yes. Each form's fields become real columns in SleekView, sourced from jet_fb_records_values. Add or remove columns per saved view, and SleekView only joins the fields you've chosen so the query stays narrow.

 

Yes. A view can scope to one form, a group of forms, or every form. Shared columns like submission date, email, and status work across forms, and form-specific field columns surface as available when scoped to a single form.

 

Yes. SleekView writes through JetFormBuilder's record API, so action triggers attached to record status updates fire as they would on a manual edit. Post-creation actions, email actions, and webhook actions all see the same event payload.

 

Yes. JetFormBuilder Pro's Stripe, PayPal, and WooCommerce payment integrations write gateway IDs and amounts onto the parent record row. SleekView reads those columns directly, so a payment state filter is just a column filter.

 

Yes. Submissions that create a wp_posts row keep the post ID on the record. SleekView can show the post title and status next to the form fields and lets you jump to the post editor from the row.

 

Yes. Any view exports from the table header. Active filters, column order, and value formatting are respected, which matters for finance exports that need to match a saved view exactly. The export reads from the same query the table is showing.

 

Yes. JetFormBuilder's records table is designed for volume, and SleekView paginates against the same indexes. Wide forms stay fast because the values join is lazy and only loads the columns you've added to the view.

 

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