Linux 软件免费装
Banner图

CFDB Form Notifier

开发者 abhkrs
更新时间 2025年9月11日 04:39
PHP版本: 5.5 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

contact form 7 rest api submissions form database form logger

下载

1.0.0

详情介绍:

CFDB Form Notifier is a powerful extension for Contact Form 7 that logs all form submissions to a secure, dedicated database table. It provides a REST API to access submission data and a clean admin interface for easy management. Key Features:

安装:

  1. Upload the cfdb-form-notifier folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to CFDB Form Notifier > Settings to view your API key
  4. Start receiving form submissions automatically

常见问题:

How do I get my API key?

Your API key is automatically generated when you activate the plugin. You can find it in CFDB Form Notifier > Settings.

How do I use the API?

Make a GET request to /wp-json/cfdb-form-notifier/v1/submissions with your API key in the x-api-key header.

How do I retrieve specific submissions?

Use the response parameter to specify a range (e.g., ?response=1,10 for the first 10 submissions).

Is my data secure?

Yes, all API requests require authentication with your unique API key. In Live mode, the API key must be sent in the header for added security.

Can I export the form submissions?

Currently, the plugin doesn't have an export feature, but you can use the REST API to retrieve and process the data as needed.