Linux 软件免费装

Forms: 3rd-Party Post Again

开发者 zaus
更新时间 2017年3月29日 14:08
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 4.6.1
版权: GPLv2 or later

标签

form contact form mapping services CRM 3rd-party service remote request forms-3rdparty

下载

详情介绍:

Allows you to chain Forms 3rdparty Integration services, including the "flattened" response from the previous service request as part of the mappable submission.

安装:

  1. Unzip, upload plugin folder to your plugins directory (/wp-content/plugins/)
  2. Make sure Forms 3rdparty Integration is installed and settings have been saved at least once.
  3. Activate plugin
  4. In the newly available section "Secondary Post" in the '3rdparty services' admin, choose one or more services to perform afterwards.
  5. In that service, include flattened service response values like Response/Body/SomeKey.

升级注意事项:

N/A.

常见问题:

How does it add the response values?

Using the provided endpoint examples test-json-response.php and test-xml-response.php, it will automatically nest XML/JSON and merge it to the original form submission like: XML [env:Envelope/env:Body/ns1:Response/ns1:Resultstatus] => foo [env:Envelope/env:Body/ns1:Response/ns1:Result] => bar [env:Envelope/env:Body/ns1:Response/ns1:Description] => baz JSON [Body/Response/ResultStatus] => foo [Body/Response/Result] => bar [Body/Response/Description] => baz Note that XML responses will include the namespace prefixes. You may then reference them in the other service using the keys.

It doesn't work right...

Drop an issue at https://github.com/zaus/forms-3rdparty-postagain

更新日志:

0.3 0.1 IT HAS BEGUN