-
-
Save vivgui/e1e06357a5c3437b5ae2acf318d98276 to your computer and use it in GitHub Desktop.
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
<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