| 开发者 | anupkankale |
|---|---|
| 更新时间 | 2026年7月28日 14:10 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
devxpert-lead-dashboard-for-forminator folder to /wp-content/plugins/, or install it from the Plugins screen.Yes. The free version of Forminator is all you need.
No. Either one is enough. If you have both, leads from both appear together and you can filter by source.
No. Contact Form 7 does not store submissions anywhere — it emails them and discards them. This plugin starts saving CF7 submissions from the moment it is activated, so there is no past history to import.
Status, feedback, and activity are kept in the plugin's own tables. Forminator submissions stay in Forminator's tables, so that data is never duplicated or moved. Contact Form 7 submissions are stored in the plugin's own tables, because CF7 does not keep them itself.
Not yet. OTP is currently available for Forminator forms only.
Message @BotFather on Telegram and send /newbot to create a bot — it replies with a token. Then message @userinfobot to get your own chat ID, or add your new bot to a group and use that group's ID. Paste both into Lead Dashboard → Settings → Telegram Alerts, save, and press Send test message to confirm. Leave the form checkboxes empty to get alerts from every form.
Not currently. Alerts are one-way: the message shows you the submission and links straight to that lead in your dashboard, where you change status and add feedback. This keeps the plugin from having to expose a public callback endpoint on your site.
First press Send test message in Settings — it shows Telegram's own error text, such as "chat not found" or "Unauthorized", which usually identifies the problem immediately. If the test works but real leads are slow, alerts are sent in the background via WP-Cron, so a site with DISABLE_WP_CRON set and no system cron running will delay them. Failed deliveries are recorded in each lead's Activity Log.
Yes, read-only. Authenticated requests to /wp-json/dxleda/v1/leads, /wp-json/dxleda/v1/leads/{source}/{id}, and /wp-json/dxleda/v1/stats return your lead data as JSON. Use a WordPress application password, and note that the account must have Lead Dashboard access. The API cannot change anything.
No. Your data stays on deactivation. It is only removed if you delete the plugin from Plugins → Delete.
Yes. Assign the Sales Admin role to any users from Lead Dashboard → Settings.
When enabled for a form, visitors get a 6-digit code by email and must enter it before submitting. Codes expire in 10 minutes and are rate-limited. It uses wp_mail() with your own SMTP settings (pre-filled for Brevo, but you can use any provider).
/wp-json/dxleda/v1/) for reading leads and stats from outside WordPress.