Mandatory checkbox on cart page
-
Hi!
I currently have the following code on the After cart totals.
<input name="terms" type="checkbox" required class="input-checkbox" id="terms" />
As you can see, it should be mandatory since I have the “required” attribute. Still, I am able to proceed to the checkout without checking the checkbox. How can I fix this?
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mandatory checkbox on cart page’ is closed to new replies.