craftyfm/craft-formie-filemaker

通过Webhook将Formie表单数据发送到Filemaker Data API v2

安装: 3

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放性问题: 0

类型:craft-plugin

v1.0.0 2024-01-15 06:39 UTC

This package is auto-updated.

Last update: 2024-09-24 08:18:58 UTC


README

将Formie表单数据发送到Filemaker

要求

此插件需要Craft CMS 4.6.0或更高版本,以及PHP 8.0.2或更高版本。

安装

您可以从插件商店或使用Composer安装此插件。

从插件商店

转到项目控制面板中的插件商店,搜索“formie-filemaker”,然后点击“安装”。

使用Composer

打开终端并运行以下命令

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require craftyfm/craft-formie-filemaker

# tell Craft to install the plugin
./craft plugin/install formie-filemaker

此插件将Filemaker添加到Formie的Webhook设置中。

通过Data API v2将Formie提交发送到Claris Filemaker。

此插件通过在“Formie->设置->Webhook”中的Webhook集成设置将表单数据发送到您的Filemaker布局上的字段名webhook_payload(请将此字段添加到表和布局中)。

如果您发现任何问题,请通过https://github.com/trade74/formie-filemaker/issues发送消息。