Last active
December 22, 2021 17:58
-
-
Save josephrexme/af468d52b694c19ba811bf7f88fc8d6b to your computer and use it in GitHub Desktop.
Minimal ConvertKit 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="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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To get your form ID, follow instructions in https://github.com/convertkit/convertkit-react