How to add a terms & conditions checkbox
In this help article, you will learn how to add a checkbox with a link to your own terms & conditions to your checkout on Checkout Page.
If you want your customer to agree to your terms & conditions while making a purchase through Checkout Page, you can add a custom checkbox field and use HTML for a link in the label.
Adding a terms & conditions checkbox
Here's how to do it:
-
Open your Checkout Page dashboard and click on a checkout to edit it
-
Go to the Fields tab and click to Add custom field
-
From the Field dropdown menu, select Checkbox
-
In the Label field, add your link and text in the following format:
<a href="linktoyourterms">Text</a>
Example:
<a href="https://checkoutpage.co/terms-conditions">I agree to terms & conditions</a>
-
Tick This field is required and Save your changes
-
Preview your checkout to test the link
That's it! Now you've added a link to your terms & conditions.