Related JIRA cardsBug Fixes
- Configurable
onComplete
Strategy for Form Complete
- Description: Form Complete had a mandatory
onComplete
strategy for error checking/validation. This has been removed and is now configurable through the builder.
- Impact: Provides more flexibility to users by allowing customization of error checking and validation strategies.
- Correct URL Redirection for Preview Submission
- Description: Fixed generated Preview Submission formula to redirect to the correct URL.
- Impact: Ensures that users are redirected to the correct URL after preview submission, improving navigation and usability.
- Error Handling for Undefined
errorOwner
- Description: Previously, we didn’t check if the
errorOwner
of a given error is undefined
. A simple check when building the error message prevents console errors and displays the error message correctly.
- Impact: Enhances error handling by preventing console errors and ensuring error messages are displayed correctly.
- Improved
saveFile
Implementation
- Description: Changed the implementation of
saveFile
to make sure we link files submitted to the form response object.
- Impact: Ensures that submitted files are correctly linked to form responses, improving data integrity and traceability.
Related TicketsRelease URL