Skip to content

Instantly share code, notes, and snippets.

@mrlannigan
Created April 14, 2011 23:32
Show Gist options
  • Save mrlannigan/920833 to your computer and use it in GitHub Desktop.
Save mrlannigan/920833 to your computer and use it in GitHub Desktop.
<?php /* response to question 2059 on wpquestions.com from jlannigan (julianlannigan.com) */ ?>
<div class="subscribe clearfix">
<h3>
<a href="<?php echo home_url("/?feed=rss"); ?>">
<img class="i_rss" alt="" src="<?php echo home_url("/wp-content/themes/GeoPlaces/images/i_rss.png"); ?>">
</a>
</h3>
<form name="ccoptin" action="http://oi.vresp.com?fid=f630be0279" target="vr_optin_popup" method="post" class="subscribe_form" onsubmit="window.open( 'http://www.verticalresponse.com', 'vr_optin_popup', 'scrollbars=yes,width=600,height=450' ); return true;">
<p>Your Email</p>
<input type="text" value="" name="email" class="field">
<input type="submit" name="go" value="Go" class="btn_submit" >
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment