About the Custom Field Applications API

The Custom Field Applications API allows you to decide which custom fields apply to specific members. By default, newly created custom fields apply to all members on a Wix site. However, this API enables you to restrict fields to selected members based on:

  • A list of IDs.
  • Their member role.
  • A badge they hold.
  • Pricing plan they have purchased.

With the Custom Fields Applications API you can:

Before you begin

It’s important to note the following before starting to code:

  • A site must have the Wix Members Area installed from the App Market.
  • In a custom field application, exclusions.items override applications.items. For example, if you assign a "Favorite Animal" custom field to a specific member but exclude this field from the "Silver Plan" pricing plan, the member will not have access to the "Favorite Animal" field if they are part of the "Silver Plan."

Terminology

  • Custom Field: A user-defined field that extends the default member profile information.
  • System Field: A Wix-defined field from the default member profile information.
Did this help?