...
Code Block |
---|
<div id="billing-terms"> <label for="billing-terms"> <dynamic_condition equals="RenewalFlagtrue" type="renewalFlagisAutoRenew"> <bold>Automatic Renewal Authorization:</bold> I understand and agree that my account will be charged the amount shown for my initial term and my card information stored. If I don’t cancel before the end of the term, my subscription will automatically continue and my account will be charged the then current rate. My subscription will then continue for subsequent terms until I choose to cancel, which I can contact customer service (hyperlink to T&C with cancel information). I have read and agree the program Terms and Conditions and Privacy policy (links to each) including the refund and cancellation policy. </dynamic_condition> <dynamic_condition equals="NonRenewalFlagfalse" type="renewalFlagisAutoRenew"> My subscription is subject to the program Terms and Conditions (including the refund and cancellation policy) and Privacy Policy (links to each). </dynamic_condition> </label> </div> |
...