Wordpress Plugin: Add your Contact Form 7 datas automaticaly in Mailwizz

ptgx

Member
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 !
 

Attachments

  • tty0-cf7-mwz.zip
    43.5 KB · Views: 141
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 !

Out of curiousity, where do we find the value for "...LIST_UID"?
 
How do i put more fields on this api plugin to integrate contact form and mailwizz. Above Examples

Name | Email | Telefone | Car Model | Year
 
Hi there,

I have installed this plugin and configured it. I dont seem to receive anything through from CF7 when I submit. Also, can you add more fields to capture from CF7?
Capture.JPG
 
Back
Top