• Hi. Thanks for the plugin.

    I have put our Constant Contact information in and it appears to be connecting properly. I am getting the green square.

    However when I go to the form and Constant Contact Settings, there are no Lists in the drop down.

    I’m new to CC having moved from Mail Chimp, but I’m not sure what I”m missing here.

    Thanks for your help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • I am having the same issue with the latest update. I’ve used this plugin in the past and it worked well but now no lists are given in the select a mailing list drop down.

    An addition to my previous post. Here is a screenshot of what I am seeing: https://gyazo.com/d4dac6aa4ed91e163f29520e7626c5e9

    On the “Constant Contact Settings” screen I am getting two green arrows to signify that my login is working correctly. I did purposely mistype the password as a test and that correctly removes the green arrows on save.

    I am using Gravity Forms version Version 2.1.3, Gravity Forms Constant Contact version 3.0 and WordPress version 4.7.2

    Same issue here. Not able to choose a list from Constant Contact.

    Hi,

    I modified line 181 of cc_class.php to make it work

    from
    return array_merge($mailLists, $this->getLists($call2));

    to

    $get_lists = $this->getLists($call2);
    if( is_array( $get_lists ) )
    return array_merge($mailLists, $get_lists);
    else
    return $mailLists;

    Thanks JRWEbsolutoins for that! Saved my life!

    Chris

    (@clientcoffee)

    Thanks for that @JREWebSolutions. Hoping this gets implemented in the next update.

    • This reply was modified 7 years, 7 months ago by Chris. Reason: removed grammatical error
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No Lists Present in Gravity Forms’ is closed to new replies.