Skip to content

Instantly share code, notes, and snippets.

@bvanpeski
Created June 22, 2017 23:19
Show Gist options
  • Save bvanpeski/405535df935da1640a6c5b3955eaa70b to your computer and use it in GitHub Desktop.
Save bvanpeski/405535df935da1640a6c5b3955eaa70b to your computer and use it in GitHub Desktop.
Drip Newsletter Embed
<form action="https://www.getdrip.com/forms/42168520/submissions" method="post" data-drip-embedded-form="42168520">
<h3 data-drip-attribute="headline">Sign up for our Newsletter!</h3>
<div data-drip-attribute="description">Get updated when a new blog post or podcast episode drops and stay up to date with tips, tricks, and new products!</div>
<div>
<label for="fields[email]">Email Address</label><br />
<input type="email" name="fields[email]" value="" />
</div>
<div>
<label for="fields[blog_podcast_updates]">Blog and Podcast Updates</label><br />
<input type=“hidden” name="fields[blog_podcast_updates]" value=“false” />
<input type=“checkbox” name="fields[blog_podcast_updates]" value=“blog_podcast_updates” />
</div>
<div>
<label for="fields[news_tips_products]">News, Tips, &amp; Products</label><br />
<input type=“hidden” name="fields[news_tips_products]" value=“no” />
<input type=“checkbox” name="fields[news_tips_products]" value=“yes” />
</div>
<div>
<input type="submit" name="submit" value="Sign Up" data-drip-attribute="sign-up-button" />
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment