API for Ninja Forms

外掛說明

This plugin provides a robust and easy-to-use REST API for Ninja Forms, allowing you to integrate your form submissions with external applications and services.
With support for both JSON and PDF output formats, you can retrieve form data in a structured format submissions.

Features:

  • JSON Output: Access your Ninja Forms data in a standardized JSON format, perfect for integration with web applications, CRMs, and other systems.
  • PDF Output: Generate high-quality PDF documents from your form submissions, ideal for invoices, reports, or records.
  • Secure API Keys: Easily generate and manage API keys to control access to your form data.
  • Lightweight and Optimized: Designed for performance, ensuring minimal impact on your website’s speed.

Usage

Third-Party Resources

This plugin bundles and utilizes the following open-source library:

Support

For support and feature requests, please visit https://sightfactory.com

螢幕擷圖

安裝方式

  1. Download the plugin ZIP file.
  2. Upload the extracted folder to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Generate a REST API key by going to Settings > NF API Keys
  5. Use the endpoints to request data by passing your API key via Authorization: Bearer e.g. https://yourwebsitehere.com/wp-json/nf-submissions/v1/form/2/
  6. Exporting PDFs requires adding the optional format param to the url e.g. https://yourwebsitehere.com/wp-json/nf-submissions/v1/form/2/?format=pdf
  7. See more examples and API documentation on our official docs page.

常見問題集

What api file formats are supported?

Currently, only JSON and PDF feeds are supported. Excel format is currently in development.

How do I generate API keys?

You can generate API keys directly from your WordPress dashboard. Navigate to Settings > NF API Keys to create and manage your keys.

Does this plugin slow down my website?

No, it is lightweight and optimized for performance, ensuring minimal impact on website speed.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈API for Ninja Forms〉的開發相關工作。

參與者

將〈API for Ninja Forms〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.1

Bugfix

1.0.0

Initial public release