このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Contact Form 7 to REST Call

説明

First a disclaimer: I am not the maker of Contact Form 7 or associated with it’s author.

That being said, I think Contact Form 7 is great…except for one thing. It does not save or post its information.
This plugin allows to save history of submits and send XML REST call to web service.
It can easily be modified to make other than XML data calls.

インストール

  1. Be sure that Contact Form 7 is installed and activated (this is an extension to it)
  2. Import contact-form-7-REST.zip via the ‘Plugins’ menu in WordPress
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Adds an Admin menu item for seeing the stored data
  5. Edit conf.php file to set call settings

Notes:
* Installing this plugin creates its own table. If you uninstall it, it will delete its table and any data you have in it. (But you can deactivate it without loosing any data).
* Tested on WP 3.0, PHP 5.2.13, MySQL 5.0 (Using 1and1 for hosting)

評価

このプラグインにはレビューがありません。

貢献者と開発者

Contact Form 7 to REST Call はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Contact Form 7 to REST Call” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • Initial Revision.