Skip to content

Instantly share code, notes, and snippets.

@giovanisci
Last active August 19, 2021 16:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giovanisci/4bbbf532af9b9270897a16bdecb58eaf to your computer and use it in GitHub Desktop.
Save giovanisci/4bbbf532af9b9270897a16bdecb58eaf to your computer and use it in GitHub Desktop.
Fast ConvertKit Form
<!-- CHANGE THE ACTION AND DATA-UID TO YOUR CUSTOM FORM IN CONVERTKIT -->
<form action="ENTER CONVERTKIT ACTION FOR YOUR FORM" method="post" data-uid="ENTER YOUR UID" data-format="inline" data-version="5">
<input name="email_address" type="email" placeholder="Your email address" required />
<button type="submit" data-element="submit">Subscribe</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment