Created
May 27, 2019 08:42
-
-
Save andrastudio/1df6814a8637b4b455a50d9bc6f341da to your computer and use it in GitHub Desktop.
Sendy Subscribe Form
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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