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
idstringRead-onlyformat GUID

Custom field ID.


namestringminLength 1maxLength 150

Custom field title.


keystringRead-only

Custom field key.


defaultPrivacystring

Privacy level of the custom field.


fieldTypestring

Type of information to provide for members.


socialTypestring

Social network type.


fieldOriginstringRead-only

Field origin.


appliesTostringRead-only

Which members will have the custom field in their profile.


sectionstringRead-only

A section which the field belongs to.


createdDatestringRead-onlyformat date-time

Date and time when the field was created.


updatedDatestringRead-onlyformat date-time

Date and time when the field was updated.


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.

Did this help?