ClickBank Upsell Recurring Product Issue
One of the upsells is a one time payment course and the second upsell is a monthly recurring course.
According to this document: https://support.clickbank.com/hc/en-...cles/220364527
ClickBank states that the upsell has to have a check box, that has to be ticked, for the customer to perform a one click purchase.
I'm completely lost here... does anybody know what to do?
I was able to use this code to create a check box:
<form action="#">
<input type="checkbox" onchange="toggleAccept()" id=""30405"">
<label for="agreeCheckbox">YES! I Want Access To This Limited Time Offer! (must check if you want this system)</label></form>
But when it comes to making it so that ClickBank recognizes it as okay I'm a bit confused.
Any help?