π§Custom fields & products
Learn how to create custom registration fields to collect additional information from clubs during registration.
Overview
Custom fields allow meet organizers to specify additional fields that clubs must provide when registering participants. You can create custom fields for both gymnasts and coaches.
Custom Field Implementation
Field Creation and Validation
Custom fields allow you to specify additional meet-specific information that can be provided by clubs registering for your meet. This allows you to customize the information and to validate information coming into your meet.
Custom Field Examples Table
Shirt Size
List of Values
Small, Medium, Large
Yes
Clubs must select shirt size for each gymnast during registration
Allergies
Text
N/A
No
Clubs can optionally provide allergy information for gymnasts
Height (cm)
Number with Decimals
N/A
Yes
Clubs must enter gymnast height in centimeters
Training Hours/Week
Number
N/A
No
Clubs can optionally provide gymnast training hours per week
Wants Gift Bag
Boolean
TRUE/FALSE
Yes
Clubs must indicate if gymnast wants a gift bag
Parent Email
N/A
No
Clubs can optionally provide parent/guardian email contact
Emergency Phone
Phone
N/A
Yes
Clubs must provide emergency contact phone number
Available Field Types
The system supports multiple field types for different data collection needs:
Core Field Types:
Text: Free-form text input (e.g., allergies, special notes)
Number: Whole number input (integers only)
List of Values: Dropdown selection from predefined options
Boolean: TRUE/FALSE selection
Email: Email address validation
Phone: Phone number input
Number Field Variations:
Number with Decimals: Supports decimal values (e.g., height in centimeters)
Number without Decimals: Whole numbers only
Validation Options
Requirement Levels:
Required: Field must be completed before registration can proceed
Optional: Field can be left blank during registration
Format Constraints:
Number Fields: Set minimum and maximum values
List Fields: Define acceptable dropdown options
Email/Phone: Built-in format validation
Registration Integration
Club Registration Process
When clubs register or import gymnasts or coaches:
Required Custom Fields:
Dropdown Selection: For list of values fields, clubs select from predefined options
Validation Enforcement: System prevents registration completion if required fields are missing
Form Integration: Custom fields appear as additional questions in the registration form
Examples of Custom Field Usage:
Height Field: Number with decimals for gymnast height in centimeters
Allergies Field: Text field that can be left blank or filled as needed
Medical Conditions: Text field for important health information
These custom fields apply identically to both gymnast and coach registration processes, providing consistent data collection across all participant types.
Last updated