

The Kanban board — submissions from every form plugin you use, as cards across New / Contacted / Qualified / Won / Lost, with tags, owners and how long each has been waiting.
Your form submissions are stranded in your inbox — or in a form plugin that was never meant to be a CRM.
You collected the lead. Now what? To actually work those entries — move them through stages, assign them to a teammate, keep notes, reply — the usual answer is to bolt Gravity Flow ($99/year) onto GravityView ($99/year), roughly $198/year in add-ons on top of the form plugin you already bought, all tied to one form builder.
EntryVault takes a different path: it sits on top of the form plugins you already use and turns their submissions into one unified Kanban board — drag leads through stages, tag and assign them, keep notes, and reply from inside WordPress. Your data stays in your own database. No SaaS, no per-contact fees, no phone-home.
It’s built for agencies, freelancers, and small teams who outgrew “submissions live in your inbox” but don’t want a heavyweight external CRM — and who’d rather pay a flat price than rent a pricing ladder.
[entryvault_table] shortcode and a matching Gutenberg block, with columns configurable per page and access gated by capability or a per-pipeline token.EntryVault Pro is available today at https://jnkplugins.com/entryvault/ — not “coming soon”. Pro adds the automation and scale a growing team needs:
Pricing is flat and by site count (Personal / Freelancer / Agency / Unlimited) — every paid tier includes every Pro feature; the tiers differ only by how many sites you run and your support level. See https://jnkplugins.com/entryvault/pricing.php.
Or bundle any two JnK plugins for ~20% off, or all three for ~25% off: https://license.jnkplugins.com/bundles
The common way to turn Gravity Forms entries into a workflow is Gravity Flow (~$99/year) plus GravityView (~$99/year) — about $198/year, and tied to Gravity Forms specifically.
See the full feature comparison at https://jnkplugins.com/entryvault/features.php
EntryVault is open source (GPLv2-or-later) and ships uncompiled alongside its build output, so no external download is needed to read or rebuild it.
admin/assets/kanban/src/. The compiled file admin/assets/kanban/build/index.js is generated from that source.blocks/submissions-table/index.js) is authored by hand and shipped as-is — no build step.The board build uses @wordpress/scripts (https://www.npmjs.com/package/@wordpress/scripts):
npm install
npm run build
Running that regenerates the board’s build output from source.