开发者 | tomasbanik |
---|---|
更新时间 | 2022年9月24日 07:06 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.0.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Install [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) and activate it.
cf7-redirections-integrations-database.zip
file to the /wp-content/plugins/
directory.Yes. We support WordPress 5+ and CF7 too.
Nope. The intention here is to integrate CF7.
Yep. We are creating a integration to Make webhook, but you can insert any URL to receive a JSON formated data.
Please, send us an email to cf7integrated@1-clicksetup.com
If you send a form with file, we will copy this to a directory before CF7 remove it and send the link to Make.
You can add a "webhook" option to your field on form edit tab.
It's like the "class" option: [text your-field class:form-control id:field-id webhook:webhook-key]
.
This will create a text field with name "your-field", class "form-control", id "field-id" and will be sent to webhook with key "webhook-key".
We will replace the value for last option (which is the free_text input) with the value. This way your webhook will receive the free text value and other options if you allow it (like in checkbox).