How can I pass the ip address to mailchimp?
How can I pass the ip address to mailchimp?
You want to pass the IP address of the submitter to Mailchimp? If so, then you would need to grab it and put it in a field using the gform_pre_render or gform_pre_submission hook. Then you would need to map that field to one in your Mailchimp settings.
http://www.gravityhelp.com/documentation/page/Gform_pre_submission
http://www.cyberciti.biz/faq/how-to-determine-retrieve-visitors-ip-address-use-php-code-programming/
Can you please explain me in more detail how can I do that?