How can I retrieve inserted customer note values from the frontend?

Hi
I insert some values in note customer.

I did it through a form.

Now i need to recover this values a frontend.

How i can do it?

Thanks

Alessandro

Hey @AlessandroGnola ,

Unfortunately it is not currently possible to display a customer note on the frontend. The best way to accomplish this would be to save information as a metafield value which can be easily displayed on the fronted using Liquid.

I need to save the value with a form (now i have saved the value in fields notes but i can not reload) and reload in cart.

How i can to save the value in metafields with a form?

Thanks