All Collections
sticky.io Platform (CRM) Onboarding Guide & Documentation
Webforms for Campaigns
Enabling a Checkbox to Require Terms of Service on Your Order Pages
Enabling a Checkbox to Require Terms of Service on Your Order Pages
Support avatar
Written by Support
Updated over a week ago

October 29, 2010
Updated: March 1, 2020

If you have a checkbox on your order page for your customers to agree with your terms and conditions, and you would like them to click on this checkbox before they can continue with the order, you can easily enforce this action.

All you will need to do is add the following checkbox line of code to your order page web forms:
โ€‹

<input type="checkbox" name="terms" id="terms" />

By adding this line of code, you will be enforcing your customers to click on the terms and conditions checkbox field in order to continue with the order process.

Did this answer your question?