Hi, Thanks for the 'Nice Constant Contact Signup' extension... I am trying to use it in a joomla extension MooTools Pop up that I am using for email sign up. I can get the form into the mootools pop up but I cannot enter the email address.
Here is what I did.
I added the following code from another forum response:
<form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" method="post" style="" target="_blank">
<input name="m" value="#############" type="hidden">
<input name="p" value="oi" type="hidden">
<input name="ea" size="20" value="Email Address" onfocus="javascript:if(this.value==' '){this.value='';}" class="text" type="text">
<input name="Go" value="Go" class="button" type="submit">
</form>
I did add in my CC customer Code.
The inherit problem is that I cannot add a module (Nice Constant Contact Signup) into the mootools module but I was hoping there would be code I could use that would capture the email address immediately and then send to CC.
Can you help me?
Thanks,
Susan


