Questions tagged [constantcontact]

A self-service email marketing web site

Constant Contact is an email marketing list management service aimed at small businesses.

55 questions
0
votes
1 answer

Forms - Select list not working, but check boxes do

What is the error that is not allowing the below select list to work? Creating an email sign up form (Constant Contact). Using the Constant Contact form generator, I attempted to change the "mailing lists options" from check boxes to a drop down…
0
votes
1 answer

How to integrate constant contact api in desktop application?

I am trying to integrate constant contact service in my .net desktop application. What to set redirect URL for desktop application?
Supreet
  • 2,451
  • 8
  • 25
  • 42
0
votes
1 answer

Constant contact API - get campaign Id from UI

I am new to constant contact API for PHP. I created a campaign for email through UI.Now I want to use the API to send emails for which I need the "campaignID". So My problem is how will I get the "campaignID" if I create the campaign through UI. Any…
sudh_
  • 520
  • 1
  • 8
  • 14
0
votes
0 answers

In constant contact I have to add contact one more list

I have a contact in a particular list that I also wants to add to another list. Below code was working but suddely its stops working dont know why? Neither I am getting any error. Is I am doing anything wrong here. string[] emailAddress = new…
sagar
  • 1,375
  • 5
  • 20
  • 38
0
votes
1 answer

Constant Contact - Update Contact

I am trying to update a contact which already exists in my list by using Utility.UpdateContactFullForm(authenticationData, contact); However, I get an error message stating: The remote server returned an error: (500) Internal Server…
user1288906
  • 419
  • 2
  • 13
  • 25
0
votes
1 answer

Constant Contact utility.searchbyemail()

I am trying to check if a contact exists or not using the Utility.searchbyemail option. Example: IList myList = Utility.SearchContactByEmail(authdata, emailAddress, out nextChunkId); The above statement throws an error: Error Cannot implicitly…
user1288906
  • 419
  • 2
  • 13
  • 25
0
votes
2 answers

Pre-populated contact form (Constant Contact and WordPress)

A client has a cool idea for a custom contact form but I'm not really sure how to set it up, maybe if I give some info about what we are trying to do someone can let me know if this is possible and point me in the right direction. (I'm not really…
Jeremy Plack
  • 487
  • 1
  • 6
  • 16
0
votes
4 answers

Constant Contact API simple form

Hi I want to save the data for a simple html FORM to constant contact. I can't seem to find any info on how this is done. Has anyone used their API before, if so can you shed some light as to how to process a forum and save the data with Constant…
acctman
  • 4,229
  • 30
  • 98
  • 142
-1
votes
1 answer

Send email through Constant Contact API

I am trying to use the Constant Contact API to do two things, 1: Take the name, phone, and email a user submits and add them to my constant contact account. (I got this working) 2: Take the user I just added, or even take just the email that is…
Shawn Kemp
  • 21
  • 3
-2
votes
1 answer

html form to C# code-behind code

I am trying to implement Sign Up api of Constant Contact. They gave me this HTML code. Runs properly if i save it as a HTML page. What i want to do is convert this form to C# code that will execute onClick of a button. The HTML portion is looking…
codeNinja
  • 1,442
  • 3
  • 25
  • 61
1 2 3
4