Skip to content

Instantly share code, notes, and snippets.

@nathanbarry
Created June 4, 2019 13:40
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nathanbarry/57c8731f384906212e03fecfb05157e3 to your computer and use it in GitHub Desktop.
Save nathanbarry/57c8731f384906212e03fecfb05157e3 to your computer and use it in GitHub Desktop.
<script src="https://f.convertkit.com/ckjs/ck.5.js"></script>
<form action="https://app.convertkit.com/forms/FORM_ID/subscriptions" method="post" data-sv-form="FORM_ID" data-uid="UID_FROM_FORM_HTML">
<ul data-element="errors"></ul>
<div data-element="fields">
<input name="fields[first_name]" type="text">
<input name="email_address">
<button data-element="submit">Subscribe</button>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment