Hi,
I’ve added a custom liquid input field on my product page, however I don’t know how to have the data from the input field sent to me as part of the order.
{% form ‘product’, product %}
For ‘Custom Size’:
Enter your tissue box height, width, and length measurements (to the nearest 1mm or 1/8")
{% endform %}
https://aaronjosephworkshop.uk/products/rectangular-fabric-tissue-box-cover-ganado-design
Is it possible to have the input field data displayed on the checkout page and included with the order details when the checkout is completed? Or is there another (better) way to capture custom data?
Thanks.