vtex-apps/store-graphql

Need To Add First Name, Last Name and Phone Number On VTEX IO Signup Form Via vtex.login

Opened this issue · 1 comments

One of the website built by VTEX IO Shows that we can add First Name, Last Name and Phone on Signup Form
image

But looking at the props of vtex.login does not explain is there any props for adding First Name, Last Name and Phone Details In Signup Form
image

Can anybody have an idea put some light on it ?
Is something missing in the docs ?

We intentionally separate login requirements from customer data. Usually a complete shopper profile will be created after their first purchase.

If you need to import customer data, you can follow the instructions here:

https://developers.vtex.com/docs/guides/import-customer-data

I'm not sure how to achieve exactly what you want, however. It is probably possible, but not our recommended UX