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.