這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Slack Contact Form 7

外掛說明

This plugin is an extension to Slack plugin that allows you to send notifications to Slack channels whenever someone sent message through Contact Form 7.

The new event will be shown on integration setting with text When someone sent message through Contact Form 7. If checked then notification will be delivered after Contact Form 7 sent the message through email.

You can alter the message with slack_wpcf7_submit_message filter. The filter receives following parameters (ordered by position):

  • $message — Default message to send to Slack
  • $form — Form object
  • $result — Array of result

Development of this plugin is done on GitHub. Pull requests are always welcome.

螢幕擷圖

  • Event option in integration setting
  • Your channel get notified when someone sent message through your Contact Form 7

安裝方式

  1. You need to install and activate both Contact Form 7 and Slack plugins first.
  2. Then upload Slack Contact Form 7 plugin to your blog’s wp-content/plugins/ directory and activate.
  3. You will see new event type with text When someone sent message through Contact Form 7 in integration setting. If checked then notification will be delivered after Contact Form 7 sent the message through email.

使用者評論

2018 年 2 月 4 日
Notifications are perfect. But how can we see the message details. Just by email is notified. Can you help me get the details?
閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Slack Contact Form 7〉的開發相關工作。

參與者

將〈Slack Contact Form 7〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.2.0

  • Fix message is not being sent to Slack caused by changes in wpcf7_submit result arg.

0.1.0

  • Initial release