Skip to content

Instantly share code, notes, and snippets.

@scottwater
Created February 21, 2014 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save scottwater/9137839 to your computer and use it in GitHub Desktop.
Save scottwater/9137839 to your computer and use it in GitHub Desktop.
How to collect emails for KickoffLabs with just a HTML Form (note the list id 1905 and return_url hidden input).
<form class="form-inline" role="form" method="POST" action="https://api.kickofflabs.com/v1/1905/subscribe">
<input type="hidden" name="return_url" value="http://kickofflabs.com">
<label for="email">Email address</label>
<input type="email" id="email" name="email" placeholder="Your Best Email Address">
<button type="submit">Sign Me Up</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment