Hey Guys,
I followed up this tutorial:
http://www.bigbossmas.com/wordpress/integrating-contact-form-7-to-mailchimp-the-better-way/
but I had to modify a bit the code so now it the part connected with form looks like that:
$mergeVars = array(
'FNAME'=>$formdata['your-name'],
'LNAME'=> $formdata['your-surname'],
'BDAY'=> $formdata['your-birthdate'],
'ADRES'=> $formdata['your-address'],
'EMAIL'=> $formdata['your-email'],
'PHONE'=> $formdata['your-phone'],
'PPHONE'=> $formdata['your-parents-phone'],
'SCHL'=> $formdata['your-school'],
'CATG'=> $formdata['your-category']
);
the problem is that form (contact form 7) is not communicating with mailchimp (when I check the API calls on mailchimp account there is always status FAILED). Do you have any idea why? Maybe somebody could help mi with that? I could provide on private message login data for admin because I really don't get why the problem still appear :|