I have a list of prducts where I would like to alter product data dynamically by the user before adding them to cart
So the products are born with "empty" textfields, but before the costumer adds them to cart, they will add value to the products dynamically, from the front end product list.
I was hoping to eiter be able to do this with javascript, or by adding it to a query when adding to cart. Is this possible somehow?
See attachment for what I want to achieve
/Hans