Changelog 3B Forms v4.8: Difference between revisions

m
updated to include <code> tags
(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 `validateField()` Function
# Field Validators and <code>validateField()</code> Function
#* Description: Added field validators and registered `validateField()` function to Survey.FunctionFactory for field-level error handling.
#* 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 `pull_request_template.md` to format future PRs efficiently.
#* 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.


39

edits