How to access Wix Contacts using Wix Code

I am trying to access wix contacts via wix code because I have added a specific field in the contacts . which database could be used to access the detail. I have already tried PrivateMemberData.

Hi,

You should be able to access custom fields using getContacts()

This function will return a contact object where you can access the data under info.extendedFields.

Here’s some additional info about Extended Fields you may find useful.