Linux 软件免费装
Banner图

Neutrope Lead Desk for Contact Form 7

开发者 neutropeinc
更新时间 2026年6月1日 14:46
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

leads contact form 7 cf7 lead management inquiries

下载

0.1.0 0.1.1 0.1.2 0.1.3

详情介绍:

Neutrope Lead Desk for Contact Form 7 captures every Contact Form 7 submission into a dedicated database table and provides a simple WordPress admin interface for managing those submissions as leads. The free version is intentionally focused: it saves submissions reliably, gives you an admin list/detail UI, lets you change status, add internal notes, and export to CSV. It does this without pulling in external services, trackers, or upsell banners on unrelated screens. Key features Requirements Does NOT include (outside the scope of the free version) These may be considered for a future Pro release. The free plugin is designed to be fully useful on its own.

安装:

  1. Upload the neutrope-lead-desk-for-contact-form-7 folder to the /wp-content/plugins/ directory, or install it via the Plugins screen in WordPress ("Upload Plugin").
  2. Ensure Contact Form 7 is installed and activated.
  3. Activate "Neutrope Lead Desk for Contact Form 7" from the Plugins screen.
  4. Review defaults at お問い合わせ > 設定 (Contact > Settings). The plugin's screens appear underneath the Contact Form 7 menu. In particular, verify the field mapping candidates match your form's field names.
  5. Submit a test entry through one of your Contact Form 7 forms, then open お問い合わせ > 一覧 to confirm it was captured.

屏幕截图:

  • Detail view: submission fields, status management, internal notes.
  • Settings page: field mapping, capture toggles, uninstall behaviour.
  • CSV export form.
  • Help screen.

升级注意事项:

0.1.2 Fixes the missing "Settings saved." confirmation on the Settings page. No data or URL changes. 0.1.1 Menu moved under Contact Form 7 ("お問い合わせ"). No data, settings, or URLs change. 0.1.0 First public release.

常见问题:

Does this work without Contact Form 7?

No. The plugin depends on Contact Form 7. If CF7 is not active, the plugin will not capture submissions and will show a warning banner on its own admin screens (it does not nag elsewhere in wp-admin).

Are uploaded files stored?

No — only metadata (file name, MIME type, file size). The actual files remain with Contact Form 7's default handling.

Will this capture IP addresses?

IP capture is disabled by default for privacy. You can enable it under お問い合わせ > 設定 > IP 保存. If you enable it, make sure your site's privacy policy covers IP logging.

How do I export data to CSV?

Open お問い合わせ > エクスポート, apply any filters (date range, status, form, include spam), and click the download button. The CSV is UTF-8 with BOM, so it opens correctly in Japanese Excel without manual encoding conversion.

How does field mapping work?

Each of the four mapped columns (name, email, phone, company) has a comma-separated candidate list. The first field name that exists in the submission wins and its value is copied to the mapped column. Unmapped fields still end up in the raw_payload_json column.

Will deleting the plugin lose my captured leads?

No, by default data is preserved. If you explicitly want a clean uninstall, enable 設定 > アンインストール時にデータ削除 first, then delete the plugin.

Does the plugin send data to any external service?

No. Nothing is sent outside your WordPress installation. There is no phone-home, no analytics, and no tracking.

What capability is required?

By default manage_options is required for all admin screens. The required capability can be changed via the nldcf7_required_capability filter.

Can I add custom columns to the CSV export?

Yes. Use the nldcf7_export_columns filter to add/remove header columns, and nldcf7_export_row to return custom values per row.

How do I report a bug or request a feature?

Please open an issue on the plugin's support forum or the project's issue tracker.

更新日志:

0.1.3 0.1.3 Detail screen now shows the "Status updated." / "Note added." flash notice (regression from v0.1.1 menu move; v0.1.2 fixed the equivalent for Settings). No data, option, or URL changes. 0.1.2 0.1.1 0.1.0