Member Site Profile Page

Hi everyone,

After many unsuccessful email attempts, and “code” attempts, I am still unable to find
a method by which my customer’s member sites can see specific contact information that I have in their contact book. E.g. Company Info, Custom Field -field items like these do not show up in the profile box on the member sites. Anyway to get this done?

Hi,

First, your users don’t have an access to view your CRM , in order to present each user’s contact info you will have to save their data in a database and then add it to your site page (such as dynamic item page).

Second, in order to add the user’s address details such as city, zip-code, country and more, create new custom field for each option.
View this link in order to learn how to add a custom field, moreover pay attention that you are not choosing address as the field type.
https://support.wix.com/en/article/adding-custom-fields-to-contacts
Afterword, in the register() function add to the contactInfo object these custom fields.
At your member list these new custom fields will be presented on each member’s Contact Info.

Best of luck!
Sapir

Where do I find this “register() function”?
“Afterword, in the register() function add to the contactInfo object these custom fields.”

Hi,

View this link.
https://www.wix.com/code/reference/wix-users.html#register

Best,
Sapir