Forums

Constant Contact Sign up Form Help

Kit1 21 Jul, 2009
I used Constant Contacts create sign up form steps and have added it to the forms manager and have implemented it ...

Everything works fine except for it is not connecting to Constant Contact by opening a new window (i.e target_blank) Here is the Constant Contact code ... (<form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:3;">.

I'm not sure What I need to do here to get this to work..I'm wondering if there is a setting I'm missing in the forms manager.

Thanks so much for the help...
GreyHead 21 Jul, 2009
Hi Kit1,

What's the rest of the Constant Contact form? You probably need to put the CC Url in the Form OnSubmit URL and remove any form tags from teh Form HTML.

Bob
Kit1 21 Jul, 2009
I do have CC URL in the Form URL Submit URL: The form works correctly ..connecting correctly to CC..The target_blank opening however, I have failed to figure out. Here is the full form code:

<!-- BEGIN: Constant Contact Stylish Email Newsletter Form -->
<div align="left">
<div style="width:160px; background-color: #000000;">
<form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:3;"><span style="background-color: #006699; float:right;margin-right:5;margin-top:3"><img src="http://img.constantcontact.com/ui/images1/visitor/email2_trans.gif" alt="Email Newsletter icon, E-mail Newsletter icon, Email List icon, E-mail List icon" border="0"></span>
<font style="font-weight: bold; font-family:Arial; font-size:13px; color:#FF9900;">Sign up for the Smith Report</font>
<input type="text" name="ea" size="20" value="" style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; border:1px solid #999999;">
<input type="submit" name="go" value="GO" class="submit" style="font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px;">
<input type="hidden" name="m" value="xxxxx">
<input type="hidden" name="p" value="xx">
</form>
</div>
</div>
<!-- END: Constant Contact Stylish Email Newsletter Form -->

Thanks so much for your help!
This topic is locked and no more replies can be posted.