Contact Form 7 SendInBlue Opt-in Checkbox
开发者 |
erellsworth
|
更新时间 |
2018年4月22日 11:53 |
PHP版本: |
4.4 及以上 |
WordPress版本: |
4.9.4 |
版权: |
GPLv3 or later |
版权网址: |
版权信息
|
详情介绍:
Just use Contact Form 7's normal shortcodes like so:
'[email* your-email]'
'[checkbox sendinblue-opt-in default:1 "Subscribe" ]'
'[hidden sendinblue-list-id "13"]'
That's all there is to it.
安装:
In your wp-config file define your SendinBlue API (V2) key:
define('SEND_IN_BLUE_KEY', 'yourV2keyhere');