I am trying to update our forms page so that it automatically populates into our Constant Contact page (before we had to enter the form entries manually). Constant Contact lets up set up an HTML form that can be copy and pasted into our backend on WordPress. (See page at http://johngsdotcom.wordpress.com/2011/08/05/join-the-john-gs-mailing-list/)
When I paste it into the HTML editor on WordPress, I can see the email field and the button for submission. But when I upload the file, it goes missing. I am supposed to be able to enter in an email address and then I will be directed to a more detailed contact form (which I can't even view because I cant get past this initial email entry page).
Can you help? The "View Source" on the actual page is not matching the HTML I was given from Constant Contact. The HTML code I pasted in the backend editor is the following:
<!-- BEGIN: Constant Contact Basic Opt-in Email List Form -->
<div align="center">
<table border="0" cellspacing="0" cellpadding="3" bgcolor="#ffffff" style="border:0px solid #ffffff;">
<tr>
<td align="center" style="font-weight: bold; font-family:Arial; font-size:12px; color:#000000;">Join Our Mailing List</td>
</tr>
<tr>
<td align="center" style="border-top:0px solid #ffffff">
<form name="ccoptin" action="http://visitor.r20.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:2;">
<input type="hidden" name="llr" value="qeceo7gab">
<input type="hidden" name="m" value="1106908416144">
<input type="hidden" name="p" value="oi">
<font style="font-weight: normal; font-family:Arial; font-size:12px; color:#000000;">Email:</font> <input type="text" name="ea" size="20" value="" style="font-size:10pt; border:1px solid #999999;">
<input type="submit" name="go" value="Go" class="submit" style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;">
</form>
</td>
</tr>
</table>
</div>
<!-- END: Constant Contact Basic Opt-in Email List Form -->
<!-- BEGIN: SafeSubscribe -->
<div align="center" style="padding-top:5px;">
<img src="https://imgssl.constantcontact.com/ui/images1/safe_subscribe_logo.gif" border="0" width="168" height="14" alt=""/>
</div>
<!-- END: SafeSubscribe -->
<!-- BEGIN: Email Marketing you can trust -->
<div align="center" style="font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999999;">
For Email Marketing you can trust
</div>
<!-- END: Email Marketing you can trust -->
The blog I need help with is johngsdotcom.wordpress.com.