Please show me what I am doing incorrect so I can add this and I want to add a subscribe and unsubscribe check box so they have to choose one or the other for emails or sms.
I have followed the steps here and successfully added additional fields to the customer registration form. However, when a customer registers, the additional information does not show on their customer account. Where can I see the additional fields they filled out on their account?
I would think that is because you just added the field in the frontend and don’t do anything with it in the backend, where the data is processed and stored. Have you figured out a simple way to do that?
@OliviaAnn1 - The only way to add new fields to the customer registration form that sync to the Shopify Admin > Customers page is via the Shopify Admin API. Said another way, an app is required. Either a custom app or a ready-made third-party app.
If I want to add new field ,can you tell me which page I need to edit . en.default.json file ? but chatgpt said add new field to the customers/register.liquid page , but I couldn’t find that page. Help me