Released: Nov 19, 2025
Atualizações na v2.3.16
Recursos
File Upload: Specify Accepted File Types Using Categories
- A File Upload question allows respondents to attach files to a form or survey. Previously, you could restrict uploads by listing file extensions in the
acceptedTypes property. Starting with v2.3.16, you can define accepted file types using predefined file categories.
- Add one or more categories to the
acceptedCategories array. You can use acceptedCategories together with acceptedTypes to create a combined list of allowed file types.
- In Survey Creator, use the Accepted file categories multi-select dropdown. To allow additional file extensions beyond the selected categories, choose Custom in that dropdown. This reveals the Additional file extensions editor.
Expressions: Access the Last, Next, and Previous Panel or Row in a Matrix or Dynamic Panel
- Enhanced expression capabilities by adding new syntax for navigating between matrix rows and dynamic panels. You can now easily reference previous or next items, as well as use negative indexing to access the last row or panel.
Correções
Form Library
- Date and time question stores values in a different format when set via
currentDate().
- Specialized Checkboxes Question: The "Other" input field is focused on page load.
- Expanded matrix row doesn't support drag and drop.
Survey Creator
- Added the Save button to the Translation tab.
- Question names are treated as case-insensitive.
- Slider allows custom labels outside the defined min/max range.