This release enhances formula fields to support date calculations and Borda-count reviews, adds robust PDF export capabilities, and introduces powerful new “Customize View” tracking for both submissions and speakers. It also fixes UI bugs in profile windows and QR-scanner navigation.
New Features
Formula fields now support date‐range calculations and can be used within Borda-count review forms, enabling time-difference metrics and advanced scoring methods.
For example: Imagine you want to automatically score submissions based on how early they were submitted relative to a deadline. Earlier submissions receive a higher Borda weight.
- { "if": [ {
"<": [ { "var": "submission_date" }, { "-": [ { "var": "now" }, 604800000 ] } ]
}, 5, { "if": [
{
"<": [ { "var": "submission_date" }, { "-": [ { "var": "now" }, 259200000 ] } ]
}, 3, 1
]
}
]
}
What It Does:
Submission PDF Export:
End users can generate PDF printouts of their completed submissions.

These exports use the configured admin template to ensure consistent styling and branding.

Customize View - Cross-Call Submission Tracking:
Administrators can now add custom columns to the submissions table to track related submissions by the same author across different calls.

Each column displays shortlinks to the matched submissions, streamlining multi-program follow-up workflows.

Multiple tracking columns can be configured for different calls.
Customize View - Speaker Submission Tracking:
When setting up a speaker workflow, admins can link a call to an event and designate its form as the official speaker form. This allows the Event's Speakers module to display a new column that reflects each speaker’s submission status. It becomes especially useful for processes like collecting signed contracts or disclosures.
Admins can quickly filter speakers based on whether they have completed the form and send targeted emails. On the call side, the same tools are available to track responses and manage follow-up like the option to build custom reports using submission data. Additionally, both admins and submitters can now download a copy of the completed submission as a PDF using the Submission PDF Export option metioned above, which is helpful for sharing or archiving signed forms. To learn more about a Contract-Disclosures flow please visit this article:
Setup Disclosure-Contracts for Speaker Agreements
Web Fixes and Improvements
Profile Window Dismissal Fix:
Resolved an issue where the profile details window could not be dismissed, restoring expected modal behavior.
QR Scanner Navigation Fix:
Fixed a bug affecting QR-scanner actions so that scanned codes now correctly navigate users to their intended destinations.
Mobile Fixes and Improvements
QR Scanner Fix on Mobile:
Mobile QR-scanner behavior has been corrected to match web functionality, seamlessly directing users to related content after scanning.