Custom liquid text box to show what the customer input

How to get my custom liquid text box to show what the customer input when I view their order to fulfill it.

Color <input required class="required" id="Color" type="text"

That is the code I used.

I think you need to include the form id. Then the code would be like this:


  
  

But I’m not sure that it will work as a custom liquid block, you might need to add the code directly in the main-product.liquid section file.

code working, but it applies to all products. how to apply this code to specific product only?

thank you