Page 1 of 1

Integrating WP Subscribers with iContact

Posted: Tue Oct 23, 2012 2:21 am
by rcollins09
Hey folks,

Thanks for a great plugin!

I'm having some issues integrating WP Subscribers with iContact. Hopefully I am just missing something very simple here.

Instead of explaining my issue via text, I made a quick screen cast video that outlines what I'm hoping to do. I really appreciate your time watching the video and providing a possible solution to my issue.

It's only 2 minutes, and I think I'm asking some basic questions so hopefully this won't require much brain power to answer.

http://screencast.com/t/8urZJzrw

Thanks so much and I really do appreciate any insight.

Take care and talk soon,

Ryan

Posted: Tue Oct 23, 2012 10:16 am
by Jean-Christophe Bisoux
Hy Ryan,

Can you send me please the optin code ? it's difficult a copy paste from a video ;)

Regards,

Posted: Tue Oct 23, 2012 3:23 pm
by rcollins09
Jean-Christophe Bisoux wrote:Hy Ryan,

Can you send me please the optin code ? it's difficult a copy paste from a video ;)

Regards,
Absolutely. Thanks so much for the help.

Code: Select all

<style type="text/css">
.link,
.link a,
#SignUp .signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	.link,
	.link a {
		text-decoration: none;
		}
	#SignUp .signupframe {
		border: 1px solid #000000;
		background: #ffffff;
		}
#SignUp .signupframe .required {
	font-size: 10px;
	}
</style>
<script type="text/javascript" src="http://app.icontact.com/icp/loadsignup.php/form.js?c=1236683&l=7636&f=1285"></script>
<span class="link"><a href="http://www.icontact.com">Email Marketing</a> You Can Trust</span>

I'll continue to check this post throughout today, so if you need anything else from me I'll try to respond ASAP. Thanks again so much for the help and insight. I really do appreciate it.

Thanks!

Ryan

Posted: Tue Oct 23, 2012 7:51 pm
by Jean-Christophe Bisoux
Hi Ryan,

I try to decode the JS file, can you try to use this parameters in Setup Optin Code :

Form Action URL: http://app.icontact.com/icp/signup.php

Form NAME field: fields_fname
Form EMAIL field : fields_email

Hidden fields:

Code: Select all

<input type=​"hidden" name="redirect" value=​"http:​/​/​myfishingcapecod.com">​
<input type=​"hidden" name=​"errorredirect" value=​"http:​/​/​www.icontact.com/​www/​signup/​error.html">​
<input type=​"hidden" name=​"listid" value=​"16094">​
<input type=​"hidden" name=​"specialid:​16094" value=​"EPM9">​
<input type=​"hidden" name=​"clientid" value=​"1236683">​
<input type=​"hidden" name=​"formid" value=​"1285">​
<input type=​"hidden" name=​"reallistid" value=​"1">
​<input type=​"hidden" name=​"doubleopt" value=​"0">​
Hope this help if not contact me again
Regards,