When to Use Custom Forms
- Collecting program-specific data (certifications, specialties)
- Gathering information for custom experiences
- Unique data requirements per partner segment
- Integration with external systems
Building Custom Forms
Field Types
| Type | Example Use |
|---|---|
| Text | Certification number, specialty |
| Number | Years of experience, follower count |
| Select | Primary platform, content style |
| Multi-select | Areas of expertise |
| Date | Certification date, anniversary |
| File | License upload, portfolio |
| URL | Portfolio link, other social |
| Checkbox | Terms acceptance, opt-ins |
| Radio | Single choice from options |
Conditional Logic
Show/hide fields based on answers:Validation Rules
- Required fields
- Format validation (email, URL, phone)
- Custom regex patterns
- Cross-field validation
Mapping to Custom Fields
Form submissions map to CC custom fields:API Integration
Submit custom form data via API:HTML Reference
For fully custom form HTML:Form HTML Reference
HTML structure and field specifications for custom forms.