Custom Field Object


A custom field extends the default member profile with additional information fields. Custom fields allow Wix users to collect and display specific information from members, beyond the standard profile fields.

Properties
appliesTostringRead-only

Which members will have the custom field in their profile.


createdDatestringRead-onlyformat date-time

Date and time when the field was created.


defaultPrivacystring

Privacy level of the custom field.


fieldOriginstringRead-only

Field origin.


fieldTypestring

Type of information to provide for members.


idstringRead-onlyformat GUID

Custom field ID.


keystringRead-only

Custom field key.


namestringminLength 1maxLength 150

Custom field title.


revisionstringformat uint64

Revision number, which increments by 1 each time the custom field is updated. To prevent conflicting changes, the existing revision must be used when updating a custom field.


sectionstringRead-only

A section which the field belongs to.


socialTypestring

Social network type.


updatedDatestringRead-onlyformat date-time

Date and time when the field was updated.

Did this help?