Hi!
I'm using the quickcontact-subscript.php on my website. In my Form i got Firstname + Lastname. These fields i put in the php-file into $fname and $name. I've changed the code line 88-91 as following:
$data = array(
'email_address' => $subscribe_email,
'status' => 'subscribed',
'FNAME' => $fname,
'LNAME' => $name
);
Both variables are working and available within the php-file. A new Subscriber is created on my list but it doesn't insert the names into my Mailchimp list. What i'm doing wrong?
Thanks in advance for any help:)
