• All
  • Blogs
  • Questions
  • Bookmarks

All > API & Integration

custom fields in XML
MadMax

I'm sending xml off to the API (list signups).I need to include a couple custom fields. What is the syntax for custom fields so this is submitted to CC and is viewable with rest of the collected contact info? Jeff Read more

Adding the Share button.
Michelle@DLA

On a previous email I was able to easily add a Share button, but now that option doesn't seem to be available. It appears as though you have to do a bunch of extra things. Can you help? Read more

Moving contacts between Lists
Mayne2

Our website uses the automatic adding contacts to CC using http://ccprod.roving.com/roving/wdk/API_AddSiteVisitorHow can we move contacts from one list to different list using the same api?Thanks Read more

On a custom PHP form, how do you automatically checkmark a checkbox for a list?
chrisstewart

The code showing my lists looks like this: <?php foreach ($allLists as $k=>$item) { $checked = ''; if($_POST['lists']){ if (in_array($item['id'],$_POST['lists'])) { $checked = ' checked '; } } if($ccOBJ->force_lists && $ccOBJ->sho ... Read more

Email Form Customization
tennisnut

I have a site that I recently took over that has an email subscription form that populates another email service. I want to keep the HTML format of the form, but utilize code to direct the signups to CC. I have looked at creating a sign up form on CC ... Read more

Blogs > API & Integration

Questions > API & Integration

custom fields in XML

MadMax

I'm sending xml off to the API (list signups).I need to include a couple custom fields. What is the syntax for custom fields so this is submitted to CC and is viewable with rest of the collected conta ... Read more

Adding the Share button.

Michelle@DLA

On a previous email I was able to easily add a Share button, but now that option doesn't seem to be available. It appears as though you have to do a bunch of extra things. Can you help? Read more

Moving contacts between Lists

Mayne2

Our website uses the automatic adding contacts to CC using http://ccprod.roving.com/roving/wdk/API_AddSiteVisitorHow can we move contacts from one list to different list using the same api?Thanks Read more

On a custom PHP form, how do you automatically checkmark a checkbox for a list?

chrisstewart

The code showing my lists looks like this: <?php foreach ($allLists as $k=>$item) { $checked = ''; if($_POST['lists']){ if (in_array($item['id'],$_POST['lists'])) { $checked = ' checked '; } } i ... Read more

Email Form Customization

tennisnut

I have a site that I recently took over that has an email subscription form that populates another email service. I want to keep the HTML format of the form, but utilize code to direct the signups to ... Read more

Bookmarks > API & Integration

CC API Information

DadBlaze

This site will provide you all the information, sample code, etc, for using the CC API Read more