Add privacy policy checkbox
In order to add a Privacy Policy check-box on your check-out form, just follow these suggestions:
- from "Settings > Check-out" section, click on "Custom form fields"
- create a new check-box field like this:
set it as " Required"
-
create another field like this: inside the field default value, enter this HTML code:
<a href="/privacy-policy">Read our privacy policy</a>
Change the URL and the link text according to your needs.
- Once done, click on "Update settings" button
You will get something like this on front-end: