How to add a terms & conditions checkbox

How to add a terms and conditions checkbox with a link to your policies

What is a terms and conditions checkbox?

A terms and conditions checkbox requires customers to agree to your terms before completing payment. The customer's agreement is recorded with their transaction.

How do I add the checkbox field?

  1. Go to Pages and open the checkout or form you want to edit.
  2. Go to Checkout → Fields → Add custom field (or Fields → Add custom field for forms).
  3. Select Checkbox from the dropdown.
  4. In the Label field, add your text with an HTML link in this format:
    <a href="https://yoursite.com/terms" target="_blank">I agree to the terms & conditions</a>
  5. Check Required.
  6. Click Save.

On this page