I would like to get access to a Custom Field I added to Users Called BoothNumber. I would use that number to filter down my data-set’s for the members pages. So they only get access to booth information I have decided to give them access to without having to put in said number after they are created.
Hi Toni,
At the moment the contact collection is not exposed to wix code.
This means that wix code cannot read custom contact fields just yet.
As a workaround you can create and manage your own custom collection.
Doing so will allow you to add custom fields to your contacts.
The following article should provide you with the necessary insight, although it is not exactly what you are trying to accomplish.
Is it still not possible to access and display data from contactInfo custom fields?
I have coded a client registration form, with many additional custom fields, but now I am realising that I cannot actually show the user any of the information they have submitted??
Previously used code to build my own members area, which worked well, but the limitations of the sign up page meant I needed a secondary registration form - an annoying two-step process for potential clients to have to go through (and not understand why?).
Now I have the ability to let visitors sign up AND provide the info I need with custom fields - great! But now I can only seem to access this data within the CRM - newly registered clients cannot view the content they have submitted!
Is their no way to pass the custom field data back to the site with code? Seems like the new crm custom fields is very limited otherwise…
Many thanks in advance.