> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Custom Field Suggestions # Type: Custom Field Suggestion Object # Link: https://dev.wix.com/docs/api-reference/crm/members-contacts/members/member-management/custom-fields/custom-field-suggestions/custom-field-suggestion-object.md ## Description: A custom field that can be suggested for Wix users to add to member profiles. ## Schema: ```json Type: Custom Field Suggestion Object | type: CustomFieldSuggestion Description: A custom field that can be suggested for Wix users to add to member profiles. - name: name | type: string | description: Custom field name. - name: value | type: string | description: - name: defaultPrivacy | type: string | description: Privacy level of the custom field. enum: UNKNOWN, PUBLIC, PRIVATE - name: fieldType | type: string | description: Type of information to provide for members. enum: UNKNOWN, TEXT, NUMBER, DATE, URL, SOCIAL - name: socialType | type: string | description: Social network type. enum: UNKNOWN, FACEBOOK, INSTAGRAM, LINKEDIN, TWITTER, YOUTUBE, PINTEREST, TIKTOK, DEVIANTART, SOUNDCLOUD, TUMBLR, VIMEO, VKONTAKTE, ODNOKLASSNIKI, OTHER - name: fieldOrigin | type: string | description: Field origin. enum: UNKNOWN, CUSTOM, CONTACT, SYSTEM - name: customFieldId | type: string | description: Custom field ID. ```