這個外掛並未在最新的 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