[wordpress插件] Contact Form 7 to REST Call与表格7联络以致电REST

wordpress 插件 文章 2020-03-31 08:30 456 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

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

首先免责声明:我不是Contact Form 7的创建者,也不与它的作者关联。

That being said, I think Contact Form 7 is great…except for one thing.

话虽如此,我认为联系表格7很棒……除了一件事。

It does not save or post its information.

它不会保存或发布其信息。

This plugin allows to save history of submits and send XML REST call to web service.

此插件允许保存提交历史记录并将XML REST调用发送到Web服务。

It can easily be modified to make other than XML data calls.

可以轻松地对其进行修改以进行XML数据以外的调用。

安装步骤

    1. Be sure that Contact Form 7 is installed and activated (this is an extension to it)
    2. 确保已安装并激活了联系表7(这是它的扩展)

    3. Import contact-form-7-REST.zip via the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单导入contact-form-7-REST.zip

    5. Activate the plugin through the ‘Plugins’ menu in WordPress
    6. 通过WordPress中的“插件”菜单激活插件

    7. Adds an Admin menu item for seeing the stored data
    8. 添加管理菜单项以查看存储的数据

    9. Edit conf.php file to set call settings
    10. 编辑conf.php文件以设置通话设置

    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)

    *在WP 3.0,PHP 5.2.13,MySQL 5.0(使用1and1进行托管)上进行了测试

下载地址
https://downloads.wordpress.org/plugin/contact-form-7-to-rest-call.zip
-EOF-

AI助手支持GPT4.0