Hello,
I’m trying to store some customer data (phone number, date of birth, default address…) but I don’t seem to be able to show the data in the customer profile when it has been stored via a storefront form. For example, I was able to store the phone number of a test customer by adding to the ‘create_customer’ form, an input with the name “customer[phone]”.
Then I tried to show the field in the account profile and I couldn’t. After that I tried with the ACF app and I could show my custom fields but I couldn’t store them via a form fulfilled by a customer.
The last thing I tried was using customer notes but, once again, I could only store the data but not display it in the profile.
How can I achive this? And how could I do the same with other fields that do not seem to exist by default like the birth date or a default address?
Thank you for the help!