Skip to content

Instantly share code, notes, and snippets.

@josephrexme
Last active December 22, 2021 17:58
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 josephrexme/af468d52b694c19ba811bf7f88fc8d6b to your computer and use it in GitHub Desktop.
Save josephrexme/af468d52b694c19ba811bf7f88fc8d6b to your computer and use it in GitHub Desktop.
Minimal ConvertKit Subscribe Form
<form action="https://app.convertkit.com/forms/YOUR_FORM_ID/subscriptions" method="post" target="_blank" data-uid="" data-format="inline" data-version="5" data-sv-form="YOUR_FORM_ID" novalidate="">
<label for="EMAIL">Enter your email address to get latest updates in your inbox</label>
<div>
<input type="email" name="email_address" id="EMAIL" placeholder="e.g janet@nasa.gov">
<button type="submit">Subscribe</button>
</div>
</form>
@josephrexme
Copy link
Author

To get your form ID, follow instructions in https://github.com/convertkit/convertkit-react

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment