Overview
Form tracking now captures more than just name and email.
External Tracking has been enhanced to detect, capture, and map custom fields from both platform forms and standard HTML forms, with improved field-level accuracy.
What’s New: Custom Field Capture
You can now capture a wide range of custom field types, including:
- Single-line & multi-line text fields
- Dropdowns (single & multi-select)
- Checkboxes & radio buttons
- Ratings & scores
- Number, monetary & date picker fields
- File uploads & signatures (metadata only)
- Source, captcha & boolean fields
Fields are captured only when they:
- Are visible on the form
- Have a valid name attribute
Smarter Field Mapping
Custom fields are mapped using a consistent priority order:
- Field name matches a Platform property or custom field key
- Field label matches a Platform display name
- Field name matches label text (case-insensitive)
If no match is found, the field is stored as unmapped_field, making it easy to identify and correct mapping issues.
Better Data Handling
Captured fields are stored with awareness of their data type:
- Text, number, and choice-based fields
- Single-select vs multi-select values
- Metadata-only handling for file uploads and signatures
This ensures consistent and reliable usage of field data across downstream workflows.
Important Notes
- Hidden or disabled fields are not captured (unless explicitly configured)
- Third-party widgets or iframe-based inputs are supported only if the value is visible in the DOM and has a name attribute
- File uploads and signatures capture metadata only — files are not stored
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article