Learn how to set up a custom field to collect additional information about your customers.
Before you start setting up custom fields, make sure you have webhooks set up in your app.
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:
Products -> Game Assets
section.Add project
button or edit an existing project.Add field
button under the Custom fields
section.There are several types of custom fields you can create:
Text field is a simple input field that allows the customer to enter any text.
Text field can be validated with the following options:
^[0-9]{3}$
https://your-api.com/validate
See more in the Validation section.
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.
Learn how to set up a custom field to collect additional information about your customers.
Before you start setting up custom fields, make sure you have webhooks set up in your app.
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:
Products -> Game Assets
section.Add project
button or edit an existing project.Add field
button under the Custom fields
section.There are several types of custom fields you can create:
Text field is a simple input field that allows the customer to enter any text.
Text field can be validated with the following options:
^[0-9]{3}$
https://your-api.com/validate
See more in the Validation section.
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.