I was testing your CF7 Mautic Extention on our server – thanks for creating that, btw. And I’m having performance issues with the plug-in enabled… with all CF7 forms – not just the one mapped within your plug-in that connects to Mautic.
When CF7 Mautic Extention is enabled, there’s almost an 8 second lag from submit to sent. But when the plug in is deactivated, submit/sent is almost instant.
Any tips on how I can improve the CF7 Mautic Extention performace? I’d love to use it but I can’t with the big submit/sent lag.
Please let me know.
]]>is this plugin GDPR compliant?
Thanks
]]>When new contacts are added to the segment in Mautic it replaced the last contact. I don’t know if this had anything to do with me updated my CURL to version 7.58.0. When submit using Mautic form then it works fine.
]]>Dear Support,
We have installed CF7 Mautic Extension, Installed successfully and also form mapped well.
But when leads generated its overriding other leads not generating new leads after submission of the form.
Please let us know why issue is arising. We want after submision of form we will get new lead details in CRM mautic contact
Priya
]]>I did follow all the instruction to connect CF7 With Mautic using “CF7 Mautic Extension”.
It did not work. While trying to find if any mistake by my side, I noticed that Mautic changes the HTML Field name:
from “your-name” to “yourname”
I also tried to insert “your name” and it changed it to “Your_name”
Of course it cannot work
Anybody knows any workaround?
here some screenshots
https://drive.google.com/file/d/0B9sKIp4pgFDYakwwX3hBM3A2ZWs/view?usp=sharing
Hello Team,
How can i map more than 5 CF7 Forms, as you have given only 5?
Thanks
Sudhir Dixit
Hello,
Whenever I submit a form, the only field which is updated in Mautic is the first name field. Any other field is left blank.
I have tested this across multiple Mautic installations.
Please let me know how I can help you help me solve this issue.
]]>When I click to activate the plugin, I get the following message:
Object Moved
This document may be found here
Oops, this plugin will soon require PHP 5.6 or higher. Your PHP version is 5.5.38
I had tried to activate it initially before activating CF7 by mistake. Then when I activated CF and tried re-installing the Mautic plugin, I get this message.
Please help.
Thanks,
Greg
Hey Awesome and much needed plug-in, thank you!
I am experiencing one issue with though related to the IP address being sent to Mautic.
The flow is WP/CF7 -> Mautic -> Create contact in mautic
It works great…except that when the contact is created in mautic, it is using the IP address of my server hosting my site. That is because mautic sees the post coming from my site. Because of this, contacts created via the plugin all are associated with the same IP.
Instead, the plugin should pass-through the original visitors IP address.
Is there an easy way to fix this or am I doing something wrong?
Thanks
Chris
Hi, i have a problem with the plugin.
I’m getting this error when i install the plugin:
Parse error: syntax error, unexpected ‘[‘ in /home/public_html/wp-content/plugins/cf7-mautic-extention/inc/class.submit.php on line 156
But it’s only happening on my production server with PHP Version 5.3.29.
On my development server with PHP Version 5.6.17 the plugin fuctions perfectly.
This is the part of the code that’s giving the error, file class.submit.php:
/**
* Get User's IP
*
* @return string
* @since 0.0.1
*/
private function _get_ip() {
$ip_list = [
'HTTP_CLIENT_IP',
'HTTP_X_FORWARDED_FOR',
'HTTP_X_FORWARDED',
'HTTP_X_CLUSTER_CLIENT_IP',
'HTTP_FORWARDED_FOR',
'HTTP_FORWARDED'
];
foreach ( $ip_list as $key ) {
if ( ! isset( $_SERVER[ $key ] ) ) {
continue;
}
$ip = esc_attr( $_SERVER[ $key ] );
if ( ! strpos( $ip, ',' ) ) {
$ips = explode( ',', $ip );
foreach ( $ips as &$val ) {
$val = trim( $val );
}
$ip = end ( $ips );
}
$ip = trim( $ip );
break;
}
return $ip;
}
}
I really don’t know how to solve this, can you help me?
Thanks in advance.
]]>This error appear when I try to activate the plugin, and then it can’t be activated.
Parse error: syntax error, unexpected ‘[‘ in /home/storage/0/37/f2/datis/public_html/aulaflex/wpaf/wp-content/plugins/cf7-mautic-extention/inc/class.submit.php on line 156
]]>the plugin allows only 5 forms integration, is there a way to add more?
]]>