Set up custom fields
Learn how to set up a custom field to collect additional information about your customers.
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:
- Go to the Fungies Dashboard
- Navigate to the
Products -> Game Assets
section. - Click the
Add project
button or edit an existing project. - In the form drawer, click the
Add field
button under theCustom fields
section. - 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.