Skip to content

Instantly share code, notes, and snippets.

@darrencrawford
Created May 16, 2017 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darrencrawford/e0585607827e7b9535ff177008bca37c to your computer and use it in GitHub Desktop.
Save darrencrawford/e0585607827e7b9535ff177008bca37c to your computer and use it in GitHub Desktop.
Clickbank Checkbox Form
<form action="#">
<input type="checkbox" onChange="toggleAccept()" id="agreeCheckbox">
<label for="agreeCheckbox">I agree to the following payment terms: blabla bla and what ever else you want to say etc - I understand that I can cancel at any time.</label>
</form>
<center>
<a href="http://yourID.pay.clickbank.net/?cbur=a&cbitems=SKU_HERE&cbf=[xyz-ips snippet='cbf']&vtid=[xyz-ips snippet='vtid']" id="accept" onClick="mustAccept(); return false;">Yes Buy It</a>
<br>
<a href="http://youroffer.pay.clickbank.net/?cbur=d">NO THANK YOU</a>
</center>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment