Hello,
@twisted1919 just developed a small wordpress plugin which allows you to record your Contact Form 7 submitted datas directly in Mailwizz, and to send a mail when the form is submitted.
Unzip the file, and edit tty0-cf7-mwz.php with your own config:
define('TTY0_MWZ_API_URL', '');
define('TTY0_MWZ_API_PUBLIC_KEY', '');
define('TTY0_MWZ_API_PRIVATE_KEY', '');
define('TTY0_MWZ_API_LIST_UID', '');
Then, upload the folder in your /wordpress/wp-content/plugins/
In your wordpress backoffice, activate the new extension.
If you need to add more custom field, you have to edit the file tty0-cf7-mwz.php
I hope it will be usefull for the community.
Thanks @twisted1919 for your job and for the support !
@twisted1919 just developed a small wordpress plugin which allows you to record your Contact Form 7 submitted datas directly in Mailwizz, and to send a mail when the form is submitted.
Unzip the file, and edit tty0-cf7-mwz.php with your own config:
define('TTY0_MWZ_API_URL', '');
define('TTY0_MWZ_API_PUBLIC_KEY', '');
define('TTY0_MWZ_API_PRIVATE_KEY', '');
define('TTY0_MWZ_API_LIST_UID', '');
Then, upload the folder in your /wordpress/wp-content/plugins/
In your wordpress backoffice, activate the new extension.
If you need to add more custom field, you have to edit the file tty0-cf7-mwz.php
I hope it will be usefull for the community.
Thanks @twisted1919 for your job and for the support !