39
edits
(Created page with "====== New Features ====== # Multiple File Uploads #* Description: Users can now submit multiple files if the "Allow multiple files" checkbox is checked in the builder settings. #* Impact: Enhances file management flexibility and user experience. # Dependent Picklist Filtering #* Description: Automatically filters options in one picklist based on selections made in its controlling field. #* Impact: Streamlines user interaction and improves data consistency. # Automatic...") |
m (updated to include <code> tags) |
||
Line 19: | Line 19: | ||
#* Description: Implemented a function to update field names corresponding to title changes, especially relevant for Salesforce fields. | #* Description: Implemented a function to update field names corresponding to title changes, especially relevant for Salesforce fields. | ||
#* Impact: Ensures field names are always relevant and updated. | #* Impact: Ensures field names are always relevant and updated. | ||
# Field Validators and | # Field Validators and <code>validateField()</code> Function | ||
#* Description: Added field validators and registered | #* Description: Added field validators and registered <code>validateField()</code> function to Survey.FunctionFactory for field-level error handling. | ||
#* Impact: Enhances form accuracy and user feedback on errors. | #* Impact: Enhances form accuracy and user feedback on errors. | ||
# Pull Request Template | # Pull Request Template | ||
#* Description: Added | #* Description: Added <code>pull_request_template.md</code> to format future PRs efficiently. | ||
#* Impact: Streamlines PR process and improves documentation quality. | #* Impact: Streamlines PR process and improves documentation quality. | ||
edits