Forums

Really appreciate for your help - Mailchimp VS CF6

jejhrhrik 04 Aug, 2018
Dear everyone,
โ€‹
I am new to CF and this Forums. I started using CF couple of days ago (version 6). I am creating a Easy Form and trying to simply add whoever submitted this form to my MailChimp List.
โ€‹
I am really lost in the very beginning and really couldn't find any solution to add the submitted emails by using CF6. Could you please kindly help me, send me simple guid or link to help me to get this works?
โ€‹
It is really a great help if you could do so.
โ€‹
Best regards,
Jej ๐Ÿ™‚
GreyHead 05 Aug, 2018
Hi Jej,
โ€‹
You can connect to MailChimp using the cURL action to send the form data and your MailChimp user info.
โ€‹
Bob
relliott 12 Sep, 2018
Hi Bob,
โ€‹
I am trying to connect my form to mailchimp using the cURL action and am wondering if you have an example of how to do this?
โ€‹
Currently I am able to connect to mailchimp but am getting an error:
"Your request did not include an API key."
โ€‹
โ€‹
Thanks for you help
โ€‹
Ryan
healyhatman 12 Sep, 2018
Well did you include an API key?https://developer.mailchimp.com/documentation/mailchimp/guides/get-started-with-mailchimp-api-3#authentication
relliott 13 Sep, 2018
@healyhatman; Yes. I have tried entering the user:'anystring:<your_apikey>' (and yes I changed the "your_apikey" to mine in mailchimp). What are you putting in the "Data override" section of the cURL action?
healyhatman 13 Sep, 2018
The Chronoforms parser generally turns the second ':' into an equals sign, which might be happening here. Either use a {var:} to hold the string or make your own CURL action in a PHP block.
cyberspyder 18 Oct, 2018
Since so many people want to do this (I have like 5 clients that would jump on it) Can you please make a step by step guide? I have curl in my form but I don't know what to put where.
relliott 18 Oct, 2018
@cyberspyder, I used the zapierย function to send the data to mailchimp. I did this as a short-term patch while I work on getting my own cURL action to work. I will post a guide on here when I have successfully been able to add subscribers to a list.
cyberspyder 18 Oct, 2018
@relliott, thanks! I have been using the zapier - but it isn't really stable, at least for us. It works MOST of the time. That's why I am trying to change to cURL. I look forward to your guide.๐Ÿ™‚
healyhatman 19 Oct, 2018
https://tutsplanet.com/add-subscribers-to-list-using-mailchimp-api-and-php-curl-1658/
โ€‹
I got it working using a modification of this. Needs a PHP action instead of using the CURL action.
healyhatman 19 Oct, 2018
I'll make a demo form up soon and put it on my site, just have to talk to my host because the bloody mod_security settings are freaking out on "curl_exec($ch)" and I can't save the form if it's in there.
healyhatman 19 Oct, 2018
https://skyspider.com.au/store/mailchimp-subscribe-demo
cyberspyder 19 Oct, 2018
@healyhatman, Thanks!! I will watch that over the weekend. Many thanks!+
healyhatman 19 Oct, 2018
Not a video it's a demo form you can buy for a couple dollars, download and restore on your own site
healyhatman 28 Oct, 2018
OK I have two options available on my store now
โ€‹
1) A demo form that uses PHP that you need to edit yourself to subscribe a user to MailChimp. You will need to copy the PHP block and the event switcher.
https://skyspider.com.au/store/mailchimp-subscribe-demo
โ€‹
2) An easy to use MailChimp Subscribe action you can easily add to any form.
https://skyspider.com.au/store/mailchimp-subscribe-action
This topic is locked and no more replies can be posted.