Hello everyone, is that possible to fill customer metafields data with a sign-up form?
Something like this
Hi Avi_choudhary,
Modifying metafields through the storefront isn’t natively supported by Shopify, so you need to use an app or custom code on the backend to save the form data to a customer’s metafields. Your app would need to capture the form data and then use the metafieldsSet mutation to add this as metafield data to the customer.
Hope this helps!
Hey @Avi_choudhary ,
Liam is correct that currently there is no way to write directly to metafields from the storefront without using an app. You could certainly create your own custom app as suggested, or use a pre-built app such as Helium Customer Fields.
The Customer Fields app is specifically designed for creating custom registration and edit account forms and allows you to collect custom data which gets stored into customer metafields.