hello, Couple of things. I've developed another module to complement the drupal constant contact module, it's a webform component to integrate the webform module and the constant contact module. http://drupal.org/project/webform_constant_contact Problem is whenever someone subscribes your system is sending a change of interest email which has incomplete interest categories, it only ever says "General Interest" even though I'm subscribed to another 5 contact lists at the same time. What I'm doing is updating the contacts interest lists through the API and using ACTION_BY_CONTACT. Also it seems a bit silly to send this email when action type = ACTION_BY_CONTACT and not ACTION_BY_CUSTOMER. Can the email be disabled? If a contact updates their interests they know they have done so, but if a customer does they don't know so seems a bit weird to send the email this way, I think you've got it backwards
... View more