turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Constant Contact Community
- :
- Developer Community
- :
- Getting Started with API's
- :
- Need help to integrate Cc API with a php opt-in ch...
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Need help to integrate Cc API with a php opt-in checkbox
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-13-2012 04:03 PM
Hi everyone!!
I am trying to integrate Constant Contact with my sign up form on my website. I want that under the sign up email form people can check a checkbox to subribe to my newsletter. How can I add that email to my list without any other message or notification. Can any one plase help?
I know I can start with something like this:
if(isset($_POST['newsletter'])){
foreach($_POST as $key => $val){
$$key = $val;
}
I've been trying to integrate this myself but no luck so far. Is anyone kind enough to help me please :) Tank you!


