custom fields in XML
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.
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
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?
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
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