Description
Most form plugins email you a submission and forget about it. Plynto stores every submission in your own database and turns it into something you can actually read: how many leads came in today, this month, and in total; which form produced them; and which page or project they came from.
Everything renders as lightweight server-side SVG — no charting library, no external requests, no data leaving your site.
What you get
- Dashboard with total / this month / today / unread counters
- Leads-by-form donut chart with clickable legend
- 30-day trend graph
- Leads-by-page (source) donut chart
- Form x Page breakdown matrix — every cell links to that filtered view
- Lead inbox with search, form filter, page filter, date range, and pagination
- Single lead view with all submitted fields, file attachments, page URL, IP and browser
- Bulk mark-as-read and bulk delete
- CSV export that respects your current filters
- Unread badge in the admin menu
Source tracking
Leads are tagged with the page they were submitted from — including forms inside popups, modals and shortcodes, where the referring page is normally lost. That makes it possible to see which landing page or project is actually producing enquiries.
Form plugin support
This free version supports Contact Form 7. The optional paid add-on adds WPForms, Gravity Forms, Elementor Forms and Fluent Forms capture, instant email alerts, webhooks and scheduled summaries.
Your data stays yours
Leads are stored in a table in your own WordPress database. Nothing is sent to any external service. Uploaded files are copied into your own uploads folder before Contact Form 7 deletes its temporary copies.
A note on the name
“Plynto” is a coined word invented by the author for this plugin. It is not a company, an organisation or a registered brand, and the plugin does not declare or claim any domain or website. This is a personal project by Mayur Patil.
This plugin is not affiliated with, endorsed by, or connected to Contact Form 7, WPForms, Gravity Forms, Elementor or Fluent Forms. Those names appear only to describe which form plugins submissions can be read from, and all trademarks belong to their respective owners.
Screenshots





Installation
- Upload the plugin folder to
/wp-content/plugins/, or install it from Plugins Add New. - Activate the plugin.
- Go to Leads Settings and confirm Contact Form 7 is ticked.
- Submissions received from that point on appear under Leads.
FAQ
-
Does it import my old submissions?
-
No. Leads are captured from the moment the plugin is active. Existing submissions stored by another plugin are not read.
-
Does deactivating the plugin delete my leads?
-
No. Deactivating changes nothing. Even deleting the plugin keeps your data unless you tick “Delete all stored leads” in Leads Settings first.
-
Does it work with forms inside popups or shortcodes?
-
Yes. A hidden field records the page the form was rendered on, so the source page is still correct when the referring URL is not.
-
Where are uploaded files stored?
-
In
wp-content/uploads/plynto-leads/YYYY/MM/. Contact Form 7 deletes its own temporary uploads after sending, so the plugin copies them first. -
Does the plugin send anything to an external server?
-
No. The free version makes no outbound requests at all.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Plynto Form Leads Dashboard” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Plynto Form Leads Dashboard” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3.0
- Renamed to Plynto Form Leads Dashboard. All functions, classes, constants, globals, options, transients, hooks and the custom database table now use the
plynto_/PLYNTO_prefix. - Plugin URI and Author URI remain absent: the plugin claims no domain, website or organisation.
0.2.0
- Reworked prefixes and added a plan-aware feature gate so add-on features can be checked with one function.
- Added the
plynto_lead_savedaction and settings extension hooks for add-ons.
0.1.0
- Initial release: Contact Form 7 capture, dashboard, charts, lead inbox, single lead view, CSV export, settings screen.
