I have a form that needs to be filled out before customers can add the product to their cart. I added the form and add the required attribute but it is not working, customers can add the product without filling out the form.
An example of one of the products: https://kimcmarket.com/collections/gift-to-korea/products/korean-beef-hanwoo-sulsung-4
The code is below:
{% if product.tags contains 'gifttokorea' %}
{% endif %}