Hi all,
I created a the form in order to collect additional information from clients. It works well.
{{ ‘Prénom de votre enfant’}}
<input class=“form-input form-input-placeholder” type=“text” id=“CustomerFormPrenomEnfant” name="customer[note][PrenomEnfant]" placeholder=“”>
However, when I want to display the customer notes on the client account: it just doesn’t work… {{customer.note.PrenomEnfant}} does not seem to exist, it looks empty, which is strange because it appears correctly in the customer notes interface of Shopify.
BR,
Delphine