Form Parameters
Who can use this feature: Admin, Manager
Form Parameters allow you to create custom data fields that can be used in forms across Games and Game Centers. This makes it easy to collect consistent data from players. 
Add a form parameter
- Go to Assets & Settings → Form Parameters.
- Click Add Form Parameter.
- Enter an internal name. This will be used in Data Collection settings and analytics.
Note: The name cannot be changed after saving. - Select a component type:
- Free text
- Dropdown
- Radio buttons
- Checkbox
- Add the relevant input or answer options based on the selected type.
- (Optional) Set the parameter as default to include it in future forms automatically.
- Click Save.
Use form parameters
Created parameters will be available when setting up forms in:
- Games
- Game Centers
They will appear in the list under the internal name you defined.
Using form parameters helps standardize data collection and simplifies form setup across multiple campaigns.
Custom Regex for Free Text
The Free Text component in Form Parameters supports custom regex, giving you more control over what players can enter into the field.
When Free Text is selected as the component type, enable Custom Regex to add your own regex pattern.
Add a custom regex
- Select Free Text as the component type.
- Enable Custom Regex.
- Enter the regex pattern you want the player's input to follow.
- Save your changes.
The input will only be accepted when it matches the specified pattern.
For example, if you want to accept exactly five letters or numbers, you could use:
^[A-Za-z0-9]{5}$
This can be useful for fields that require a specific format, such as membership IDs, reference numbers, or custom codes.
