Skip to content

Instantly share code, notes, and snippets.

@vivgui
Forked from nathanbarry/minimal-form.html
Last active October 15, 2020 18:51
Show Gist options
  • Save vivgui/e1e06357a5c3437b5ae2acf318d98276 to your computer and use it in GitHub Desktop.
Save vivgui/e1e06357a5c3437b5ae2acf318d98276 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