Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10005590
    JohnMMG
    Participant

    The site is temporarily hosted at .net. Love the template and have very few bumps getting it to work. However I believe I have the correct mail chimp info in place and it is not capturing the subscriber tests I am sending.

    here is the code as added to the .php newsletter subscribe doc

    I have selcted the correct region

    $submit_url = “http://us9.api.mailchimp.com/1.3/?method=listSubscribe”; –

    $data = array(
    ’email_address’ => $email,
    ‘apikey’ => $apiKey,= ‘my key is here’;
    ‘id’ => $listId, = ‘my list id is here’;
    ‘double_optin’ => $double_optin,
    ‘send_welcome’ => $send_welcome,
    ‘merge_vars’ => $merge_vars,
    ’email_type’ => $email_type


    #10005596
    Support
    Keymaster

    Hello, this is the response from the ajax request when I tried to subscribe:

    Can you please double check the syntax?

    Kind Regards,

    Jonas


    #10005604
    JohnMMG
    Participant

    Did not touch anything in ajax – working on newslstter-subscrib.php

    Syntax seems right based on the instructions … touched “nothing” else. Below are line 25 and 26 for key and list

    $data = array(
    ’email_address’ => $email,

    ‘apikey’ => $apiKey, = ‘mykey’;
    ‘id’ => $listId, = ‘my list’;

    ‘double_optin’ => $double_optin,
    ‘send_welcome’ => $send_welcome,
    ‘merge_vars’ => $merge_vars,
    ’email_type’ => $email_type


    #10005605
    JohnMMG
    Participant

    Noticed that the data array parenthesis are “not active” in this section? This seems to be the problem. I did not touch though. Not a coder just a smart designer. I have managed to get virtually everything I want to happen with your awesome template. If I could nail this I am just a few days from going live to clients. Hopeful you can help Jonas. Missionmarkwetinggroup.net

    (edited)

    $data = array(
        'email_address' => $email,
        'apikey' => $apiKey, = '';
        'id' => $listId, = '';
        'double_optin' => $double_optin,
        'send_welcome' => $send_welcome,
    	'merge_vars' => $merge_vars,
        'email_type' => $email_type
    	);

    #10005609
    Support
    Keymaster
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)

This topic is marked as "RESOLVED" and can not rceive new replies.