elementic icon indicating copy to clipboard operation
elementic copied to clipboard

Wrong IP Address In Mautic

Open bradycargle opened this issue 3 years ago • 5 comments

Hey there, how are you?

When I use this plugin with an Elementor form and send the data to a Mautic form, the Mautic form result always has the IP address of the Elementor server instead of the user's IP address.

I can work on fixing this now but any help or tips would be appreciated as I've tried a few things with no luck. I'm following these steps to get the results: https://docs.friendly.ch/Integrate-Friendly-Automate-with-Elementor-Form-4cf8d07f78a140a5a4f246587e2525ee

I'll keep working on this on my end and will submit a pull request if I figure it out :)

bradycargle avatar Nov 08 '21 23:11 bradycargle

Hey there, how are you?

When I use this plugin with an Elementor form and send the data to a Mautic form, the Mautic form result always has the IP address of the Elementor server instead of the user's IP address.

I can work on fixing this now but any help or tips would be appreciated as I've tried a few things with no luck. I'm following these steps to get the results: https://docs.friendly.ch/Integrate-Friendly-Automate-with-Elementor-Form-4cf8d07f78a140a5a4f246587e2525ee

I'll keep working on this on my end and will submit a pull request if I figure it out :)

Change headers' => [ 'client_ip' => $_SERVER[ "REMOTE_ADDR" ]] to headers' => [ 'Client-Ip' => $_SERVER[ "REMOTE_ADDR" ]]

AlexLimaX avatar Apr 27 '22 15:04 AlexLimaX

Thanks for the great work. How to do it as above?

alexalxs avatar Oct 22 '23 21:10 alexalxs

Thanks for the great work. How to do it as above?

Hey man, I approved a pull request that fix this problem. Just update your plugin downloading the code again and enjoy.

gabcarvalhogama avatar Oct 22 '23 22:10 gabcarvalhogama

I tried and checked the ips but doesn't work. Same ip for all contacts added. I am using cloudflare and all ips are from cloudflare ip.

alexalxs avatar Oct 23 '23 00:10 alexalxs

Damn it. I gonna check it out asap

gabcarvalhogama avatar Mar 18 '24 02:03 gabcarvalhogama