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.
Contents
If you want your customer to agree to your terms & conditions while making a purchase or submitting a form 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 or form to edit it
-
Go to the Fields tab and click on 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 or form to test the link
That’s it! Now you’ve added a link to your terms & conditions.