该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

REST Interface for WPForms

描述

A GUI to hook into WPforms submit data and POST said data to an endpoint of your choice without writing any code or the use of a middleware service like zapier or related services.

This is typically used for sending wpforms submissions to a third-party CRM or an intermediary server, but can also be useful if you just want to send your form data to another web server for any other purpose.

安装

  1. Ensure you have WPForms installed – this plugin will activate work otherwise.
  2. Upload rest-interface-for-wpforms.php to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Navigate to ‘WPForms REST’ in the WPForms submenu

常见问题

Coming soon

评价

此插件暂无评价。

贡献者及开发者

「REST Interface for WPForms」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.2

  • Added additional data to be sent to the endpoint, consisting off the complete wpforms submit data, form data, and field data

1.0.1

  • Initial plugin released