Skip to content

Instantly share code, notes, and snippets.

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 andrastudio/1df6814a8637b4b455a50d9bc6f341da to your computer and use it in GitHub Desktop.
Save andrastudio/1df6814a8637b4b455a50d9bc6f341da to your computer and use it in GitHub Desktop.
Sendy Subscribe Form
<form action="//postoffice.kempein.com/subscribe" target="_blank" method="post" accept-charset="utf-8">
<div class="form-group">
<label for="name">'. __('Your Name', 'poolhero') .'</label>
<input type="text" name="name" id="name"/>
</div>
<div class="form-group">
<label for="email">'. __('Email', 'poolhero') .'</label>
<input type="email" name="email" id="email"/>
</div>
<input type="hidden" name="list" value="HBYz0cg3ln763hAXUbZ6RAVg"/>
<button>Subscribe Now</button> <br />
<small>We promise we will never spam your inbox.</small>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment