Text box and file upload not showing on order page.

PrevailDesigns
Visitor
1 0 0

I am at a loss. I have coding for my text boxes and file upload to customize products. However, when the customer orders, I do not get any of the text or files they put in. If they add special instructions at the checkout page, I do see that, but not the initial text box or file upload. Can you take a look at my code and tell me what I am missing? I also disabled the cart drawer in one of the themes but this didnt help

Text Box

<p class="line-item-property__field">
<label for="add-name">Add Name</label>
<input id="add-name" type="text" name="properties[Add Name]">
</p>

File upload

<p class="line-item-property\_\_field"> <label for="custom\_photo">Photo (JPG or PNG)</label> <input required id="custom\_photo" type="file" name="properties\[Photo\]"> </p>

Replies 0 (0)