Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created October 25, 2011 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billrobbins/1313269 to your computer and use it in GitHub Desktop.
Save billrobbins/1313269 to your computer and use it in GitHub Desktop.
Constant Contact Foundation Newsletter
<div id="action-bar" class="shadow">
<h4 class="action-title"><?php echo of_get_option('newsletter_title'); ?></h4>
<p class="action-description"><?php echo of_get_option('newsletter-description'); ?></p>
<div class="action-form clearit">
<form name="ccoptin" action="http://visitor.r20.constantcontact.com/d.jsp" target="_blank" method="post" >
<input type="hidden" name="llr" value="gzdqd8cab">
<input type="hidden" name="m" value="1102568754982">
<input type="hidden" name="p" value="oi">
<input type="text" id="email" name="ea" size="20" value="" >
<input type="submit" name="go" value="<?php echo of_get_option('newsletter-button'); ?>" class="btn submit" >
</form>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment