Prerequisites

Before you start setting up custom fields, make sure you have webhooks set up in your app.

Get started

In order to collect additional information about your customers, you can set up custom fields in the Fungies Dashboard.

Follow the steps below to set up custom fields:

  1. Go to the Fungies Dashboard
  2. Navigate to the Products -> Game Assets section.
  3. Click the Add project button or edit an existing project.
  4. In the form drawer, click the Add field button under the Custom fields section.
  5. Create a new custom filed

Types of custom fields

There are several types of custom fields you can create:

Text field

Text field is a simple input field that allows the customer to enter any text.

Text field can be validated with the following options:

  • Regex: You can define a regular expression that the text must match. Example: ^[0-9]{3}$
  • Validation URL: You can define a URL that will be used to validate the text. Example: https://your-api.com/validate

See more in the Validation section.

Selection field

Selection field is a dropdown field that allows the customer to select one of the predefined options.

You can define the options by entering text and clicking the Add option button. You need to provide at least one option.