I want to have a custom field in shopify addresses form using meta field. In the below screenshot, Customer Type is a meta field. I want to save its selected value as a customer’s metafield, which I made using shopify meta field definition (second screenshot). But I found no online solution to save the metafield value through user input field in liquid theme code. Is there a way?
Hi @Shaina_2 ,
You cannot add Metafield directly from the form, it can only be added through Shopify Admin.
If you want to store this you can use note attribute, refer: https://shopify.dev/themes/customer-engagement/additional-customer-information
Hope it helps!

